Differences Between: [Versions 310 and 400] [Versions 311 and 400] [Versions 39 and 400] [Versions 400 and 402] [Versions 400 and 403]
(no description)
File Size: | 287 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Shadow:: (17 methods):
__construct()
getVisible()
setVisible()
getBlurRadius()
setBlurRadius()
getDistance()
setDistance()
getDirection()
setDirection()
getAlignment()
setAlignment()
getColor()
setColor()
getAlpha()
setAlpha()
getHashCode()
__clone()
__construct() X-Ref |
Create a new Shadow. |
getVisible() X-Ref |
Get Visible. return: bool |
setVisible($visible) X-Ref |
Set Visible. return: $this param: bool $visible |
getBlurRadius() X-Ref |
Get Blur radius. return: int |
setBlurRadius($blurRadius) X-Ref |
Set Blur radius. return: $this param: int $blurRadius |
getDistance() X-Ref |
Get Shadow distance. return: int |
setDistance($distance) X-Ref |
Set Shadow distance. return: $this param: int $distance |
getDirection() X-Ref |
Get Shadow direction (in degrees). return: int |
setDirection($direction) X-Ref |
Set Shadow direction (in degrees). return: $this param: int $direction |
getAlignment() X-Ref |
Get Shadow alignment. return: string |
setAlignment($alignment) X-Ref |
Set Shadow alignment. return: $this param: string $alignment |
getColor() X-Ref |
Get Color. return: Color |
setColor(?Color $color = null) X-Ref |
Set Color. return: $this |
getAlpha() X-Ref |
Get Alpha. return: int |
setAlpha($alpha) X-Ref |
Set Alpha. return: $this param: int $alpha |
getHashCode() X-Ref |
Get hash code. return: string Hash code |
__clone() X-Ref |
Implement PHP __clone to create a deep clone, not just a shallow copy. |