ILIAS
eassessment Revision 61809
|
Public Member Functions | |
__construct () | |
Create a new PHPExcel_Worksheet_Drawing_Shadow. | |
getVisible () | |
Get Visible. | |
setVisible ($pValue=false) | |
Set Visible. | |
getBlurRadius () | |
Get Blur radius. | |
setBlurRadius ($pValue=6) | |
Set Blur radius. | |
getDistance () | |
Get Shadow distance. | |
setDistance ($pValue=2) | |
Set Shadow distance. | |
getDirection () | |
Get Shadow direction (in degrees) | |
setDirection ($pValue=0) | |
Set Shadow direction (in degrees) | |
getAlignment () | |
Get Shadow alignment. | |
setAlignment ($pValue=0) | |
Set Shadow alignment. | |
getColor () | |
Get Color. | |
setColor (PHPExcel_Style_Color $pValue=null) | |
Set Color. | |
getAlpha () | |
Get Alpha. | |
setAlpha ($pValue=0) | |
Set Alpha. | |
getHashCode () | |
Get hash code. | |
__clone () | |
Implement PHP __clone to create a deep clone, not just a shallow copy. |
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 | ( | ) |
PHPExcel_Worksheet_Drawing_Shadow::getAlpha | ( | ) |
PHPExcel_Worksheet_Drawing_Shadow::getBlurRadius | ( | ) |
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 | ( | ) |
PHPExcel_Worksheet_Drawing_Shadow::getHashCode | ( | ) |
Get hash code.
Implements PHPExcel_IComparable.
Definition at line 262 of file Shadow.php.
PHPExcel_Worksheet_Drawing_Shadow::getVisible | ( | ) |
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 |
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.