|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for PHPExcel_Worksheet_Drawing_Shadow:
Collaboration diagram for PHPExcel_Worksheet_Drawing_Shadow:Public Member Functions | |
| __construct () | |
| Create a new PHPExcel_Worksheet_Drawing_Shadow. More... | |
| getVisible () | |
| Get Visible. More... | |
| setVisible ($pValue=false) | |
| Set Visible. More... | |
| getBlurRadius () | |
| Get Blur radius. More... | |
| setBlurRadius ($pValue=6) | |
| Set Blur radius. More... | |
| getDistance () | |
| Get Shadow distance. More... | |
| setDistance ($pValue=2) | |
| Set Shadow distance. More... | |
| getDirection () | |
| Get Shadow direction (in degrees) More... | |
| setDirection ($pValue=0) | |
| Set Shadow direction (in degrees) More... | |
| getAlignment () | |
| Get Shadow alignment. More... | |
| setAlignment ($pValue=0) | |
| Set Shadow alignment. More... | |
| getColor () | |
| Get Color. More... | |
| setColor (PHPExcel_Style_Color $pValue=null) | |
| Set Color. More... | |
| getAlpha () | |
| Get Alpha. More... | |
| setAlpha ($pValue=0) | |
| Set Alpha. More... | |
| getHashCode () | |
| Get hash code. More... | |
| __clone () | |
| Implement PHP __clone to create a deep clone, not just a shallow copy. More... | |
| getHashCode () | |
| Get hash code. More... | |
Data Fields | |
| const | SHADOW_BOTTOM = 'b' |
| const | SHADOW_BOTTOM_LEFT = 'bl' |
| const | SHADOW_BOTTOM_RIGHT = 'br' |
| const | SHADOW_CENTER = 'ctr' |
| const | SHADOW_LEFT = 'l' |
| const | SHADOW_TOP = 't' |
| const | SHADOW_TOP_LEFT = 'tl' |
| const | SHADOW_TOP_RIGHT = 'tr' |
Private Attributes | |
| $_visible | |
| $_blurRadius | |
| $_distance | |
| $_direction | |
| $_alignment | |
| $_color | |
| $_alpha | |
Definition at line 36 of file Shadow.php.
| PHPExcel_Worksheet_Drawing_Shadow::__construct | ( | ) |
Create a new PHPExcel_Worksheet_Drawing_Shadow.
Definition at line 104 of file Shadow.php.
References PHPExcel_Style_Color\COLOR_BLACK, and SHADOW_BOTTOM_RIGHT.
| PHPExcel_Worksheet_Drawing_Shadow::__clone | ( | ) |
Implement PHP __clone to create a deep clone, not just a shallow copy.
Definition at line 278 of file Shadow.php.
| PHPExcel_Worksheet_Drawing_Shadow::getAlignment | ( | ) |
Get Shadow alignment.
Definition at line 201 of file Shadow.php.
References $_alignment.
| PHPExcel_Worksheet_Drawing_Shadow::getAlpha | ( | ) |
| PHPExcel_Worksheet_Drawing_Shadow::getBlurRadius | ( | ) |
Get Blur radius.
Definition at line 141 of file Shadow.php.
References $_blurRadius.
| PHPExcel_Worksheet_Drawing_Shadow::getColor | ( | ) |
Get Color.
Definition at line 221 of file Shadow.php.
References $_color.
| PHPExcel_Worksheet_Drawing_Shadow::getDirection | ( | ) |
Get Shadow direction (in degrees)
Definition at line 181 of file Shadow.php.
References $_direction.
| PHPExcel_Worksheet_Drawing_Shadow::getDistance | ( | ) |
Get Shadow distance.
Definition at line 161 of file Shadow.php.
References $_distance.
| PHPExcel_Worksheet_Drawing_Shadow::getHashCode | ( | ) |
Get hash code.
Implements PHPExcel_IComparable.
Definition at line 262 of file Shadow.php.
| PHPExcel_Worksheet_Drawing_Shadow::getVisible | ( | ) |
Get Visible.
Definition at line 121 of file Shadow.php.
References $_visible.
| PHPExcel_Worksheet_Drawing_Shadow::setAlignment | ( | $pValue = 0 | ) |
Set Shadow alignment.
| int | $pValue |
Definition at line 211 of file Shadow.php.
| PHPExcel_Worksheet_Drawing_Shadow::setAlpha | ( | $pValue = 0 | ) |
Set Alpha.
| int | $pValue |
Definition at line 252 of file Shadow.php.
| PHPExcel_Worksheet_Drawing_Shadow::setBlurRadius | ( | $pValue = 6 | ) |
Set Blur radius.
| int | $pValue |
Definition at line 151 of file Shadow.php.
| PHPExcel_Worksheet_Drawing_Shadow::setColor | ( | PHPExcel_Style_Color | $pValue = null | ) |
Set Color.
| PHPExcel_Style_Color | $pValue |
| PHPExcel_Exception |
Definition at line 232 of file Shadow.php.
| PHPExcel_Worksheet_Drawing_Shadow::setDirection | ( | $pValue = 0 | ) |
Set Shadow direction (in degrees)
| int | $pValue |
Definition at line 191 of file Shadow.php.
| PHPExcel_Worksheet_Drawing_Shadow::setDistance | ( | $pValue = 2 | ) |
Set Shadow distance.
| int | $pValue |
Definition at line 171 of file Shadow.php.
| PHPExcel_Worksheet_Drawing_Shadow::setVisible | ( | $pValue = false | ) |
Set Visible.
| boolean | $pValue |
Definition at line 131 of file Shadow.php.
|
private |
Definition at line 85 of file Shadow.php.
Referenced by getAlignment().
|
private |
Definition at line 99 of file Shadow.php.
Referenced by getAlpha().
|
private |
Definition at line 62 of file Shadow.php.
Referenced by getBlurRadius().
|
private |
Definition at line 92 of file Shadow.php.
Referenced by getColor().
|
private |
Definition at line 78 of file Shadow.php.
Referenced by getDirection().
|
private |
Definition at line 71 of file Shadow.php.
Referenced by getDistance().
|
private |
Definition at line 53 of file Shadow.php.
Referenced by getVisible().
| const PHPExcel_Worksheet_Drawing_Shadow::SHADOW_BOTTOM = 'b' |
Definition at line 39 of file Shadow.php.
| const PHPExcel_Worksheet_Drawing_Shadow::SHADOW_BOTTOM_LEFT = 'bl' |
Definition at line 40 of file Shadow.php.
| const PHPExcel_Worksheet_Drawing_Shadow::SHADOW_BOTTOM_RIGHT = 'br' |
Definition at line 41 of file Shadow.php.
Referenced by __construct().
| const PHPExcel_Worksheet_Drawing_Shadow::SHADOW_CENTER = 'ctr' |
Definition at line 42 of file Shadow.php.
| const PHPExcel_Worksheet_Drawing_Shadow::SHADOW_LEFT = 'l' |
Definition at line 43 of file Shadow.php.
| const PHPExcel_Worksheet_Drawing_Shadow::SHADOW_TOP = 't' |
Definition at line 44 of file Shadow.php.
| const PHPExcel_Worksheet_Drawing_Shadow::SHADOW_TOP_LEFT = 'tl' |
Definition at line 45 of file Shadow.php.
| const PHPExcel_Worksheet_Drawing_Shadow::SHADOW_TOP_RIGHT = 'tr' |
Definition at line 46 of file Shadow.php.