AbstractMRenderedStyleProperties

AbstractMRenderedStyleProperties ⇐ MAbstract

Kind: global abstract class
Extends: MAbstract
Properties

NameTypeDescription
scalenumber

scale the view on both axis

scaleXnumber

scale the view on X-axis

scaleYnumber

scale the view on Y-axis

rotatenumber

rotate the view (in degrees)

transformOriginXnumber

X position (in pixels) from which all transformations (translation, rotation, scaling, ...) will be applied. Default value is null (meaning centered)

transformOriginYnumber

Y position (in pixels) from which all transformations (translation, rotation, scaling, ...) will be applied. Default value is null (meaning centered)

opacitynumber

The opacity of the view (i.e. a range from 0 to 1)

overflowboolean

If set to true, it will enable the clipping on the view (i.e. not drawing outside)

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