Name | Description | |
---|---|---|
init | Initializes the brush. Called during construction. |
Name | Description | |
---|---|---|
brushType | Gets the type of the brush. This value is used by the server to identify the brush type. This value cannot be set in JavaScript. Instead, the derived class type should be used. |
Name | Description | |
---|---|---|
applyToElement | Applies the specified brush to an element. | |
fromJObject | Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class. | |
toCss | Returns the CSS representation of the brush. | |
toJSON | Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class. |