AbstractMShadowRenderedStyleProperties

AbstractMShadowRenderedStyleProperties ⇐ MAbstract

Kind: global abstract class
Extends: MAbstract
Properties

NameTypeDescription
shadowRadiusnumber

The spread for the shadow

shadowColornumber

The color for the shadow represented by a #RRGGBB hex code

shadowXOffsetnumber

The offset on horizontal axis for shadow

shadowYOffsetnumber

The offset on vertical axis for shadow

AbstractMShadowRenderedStyleProperties()

Mixin to manage shadow rendering

_defineShadowRenderedSettings()

Should return an object with the style properties

Kind: instance abstract method of AbstractMShadowRenderedStyleProperties
Access: protected