AbstractMRenderedStyleProperties
AbstractMRenderedStyleProperties ⇐ MAbstract
Kind: global abstract class
Extends: MAbstract
Properties
| Name | Type | Description |
|---|---|---|
| scale | number | scale the view on both axis |
| scaleX | number | scale the view on X-axis |
| scaleY | number | scale the view on Y-axis |
| rotate | number | rotate the view (in degrees) |
| transformOriginX | number | X position (in pixels) from which all transformations (translation, rotation, scaling, ...) will be applied. Default value is null (meaning centered) |
| transformOriginY | number | Y position (in pixels) from which all transformations (translation, rotation, scaling, ...) will be applied. Default value is null (meaning centered) |
| opacity | number | The opacity of the view (i.e. a range from 0 to 1) |
| overflow | boolean | If set to true, it will enable the clipping on the view (i.e. not drawing outside) |
- AbstractMRenderedStyleProperties ⇐
MAbstract
AbstractMRenderedStyleProperties()
Trait to add methods to update rendered style properties to current element being rendered.
_defineRenderedSettings()
Should return an object with the style properties
Kind: instance abstract method of AbstractMRenderedStyleProperties
Access: protected