ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Created by PhpStorm. More...
Public Member Functions | |
getObjectState () | |
Get Object State. More... | |
setLineColorProperties ($value, $alpha=0, $type=self::EXCEL_COLOR_TYPE_STANDARD) | |
Set Line Color Properties. More... | |
setLineStyleProperties ($line_width=NULL, $compound_type=NULL, $dash_type=NULL, $cap_type=NULL, $join_type=NULL, $head_arrow_type=NULL, $head_arrow_size=NULL, $end_arrow_type=NULL, $end_arrow_size=NULL) | |
Set Line Color Properties. More... | |
getLineColorProperty ($parameter) | |
Get Line Color Property. More... | |
getLineStyleProperty ($elements) | |
Get Line Style Property. More... | |
setGlowProperties ($size, $color_value=NULL, $color_alpha=NULL, $color_type=NULL) | |
Set Glow Properties. More... | |
getGlowColor ($property) | |
Get Glow Color Property. More... | |
getGlowSize () | |
Get Glow Size. More... | |
getLineStyleArrowParameters ($arrow_selector, $property_selector) | |
Get Line Style Arrow Parameters. More... | |
setShadowProperties ($sh_presets, $sh_color_value=NULL, $sh_color_type=NULL, $sh_color_alpha=NULL, $sh_blur=NULL, $sh_angle=NULL, $sh_distance=NULL) | |
Set Shadow Properties. More... | |
getShadowProperty ($elements) | |
Get Shadow Property. More... | |
setSoftEdgesSize ($size) | |
Set Soft Edges Size. More... | |
getSoftEdgesSize () | |
Get Soft Edges Size. More... | |
Private Member Functions | |
_activateObject () | |
Change Object State to True. More... | |
_setGlowSize ($size) | |
Set Glow Size. More... | |
_setGlowColor ($color, $alpha, $type) | |
Set Glow Color. More... | |
_setShadowPresetsProperties ($shadow_presets) | |
Set Shadow Presets Properties. More... | |
_setShadowProperiesMapValues (array $properties_map, &$reference=NULL) | |
Set Shadow Properties Values. More... | |
_setShadowColor ($color, $alpha, $type) | |
Set Shadow Color. More... | |
_setShadowBlur ($blur) | |
Set Shadow Blur. More... | |
_setShadowAngle ($angle) | |
Set Shadow Angle. More... | |
_setShadowDistance ($distance) | |
Set Shadow Distance. More... | |
Private Attributes | |
$_object_state = FALSE | |
Additional Inherited Members | |
Protected Member Functions inherited from PHPExcel_Properties | |
getExcelPointsWidth ($width) | |
getExcelPointsAngle ($angle) | |
getTrueAlpha ($alpha) | |
setColorProperties ($color, $alpha, $type) | |
getLineStyleArrowSize ($array_selector, $array_kay_selector) | |
getShadowPresetsMap ($shadow_presets_option) | |
getArrayElementsValue ($properties, $elements) | |
Created by PhpStorm.
User: Wiktor Trzonkowski Date: 7/2/14 Time: 2:36 PM
Definition at line 10 of file GridLines.php.
|
private |
Change Object State to True.
Definition at line 96 of file GridLines.php.
Referenced by setLineStyleProperties(), and setSoftEdgesSize().
|
private |
Set Glow Color.
string | $color | |
int | $alpha | |
string | $type |
Definition at line 251 of file GridLines.php.
References $type, PHPExcel_Properties\getTrueAlpha(), and string.
|
private |
Set Glow Size.
float | $size |
Definition at line 235 of file GridLines.php.
References $size, and PHPExcel_Properties\getExcelPointsWidth().
|
private |
Set Shadow Angle.
int | $angle |
Definition at line 399 of file GridLines.php.
References $angle, PHPExcel_Properties\getExcelPointsAngle(), and string.
|
private |
Set Shadow Blur.
float | $blur |
Definition at line 383 of file GridLines.php.
References PHPExcel_Properties\getExcelPointsWidth(), and string.
|
private |
Set Shadow Color.
string | $color | |
int | $alpha | |
string | $type |
Definition at line 361 of file GridLines.php.
References $type, PHPExcel_Properties\getTrueAlpha(), and string.
|
private |
Set Shadow Distance.
float | $distance |
Definition at line 415 of file GridLines.php.
References PHPExcel_Properties\getExcelPointsWidth(), and string.
|
private |
Set Shadow Presets Properties.
int | $shadow_presets |
Definition at line 313 of file GridLines.php.
References _setShadowProperiesMapValues(), and PHPExcel_Properties\getShadowPresetsMap().
|
private |
Set Shadow Properties Values.
array | $properties_map | |
* | $reference |
Definition at line 329 of file GridLines.php.
Referenced by _setShadowPresetsProperties().
PHPExcel_Chart_GridLines::getGlowColor | ( | $property | ) |
Get Glow Color Property.
string | $property |
Definition at line 213 of file GridLines.php.
PHPExcel_Chart_GridLines::getGlowSize | ( | ) |
PHPExcel_Chart_GridLines::getLineColorProperty | ( | $parameter | ) |
Get Line Color Property.
string | $parameter |
Definition at line 172 of file GridLines.php.
PHPExcel_Chart_GridLines::getLineStyleArrowParameters | ( | $arrow_selector, | |
$property_selector | |||
) |
Get Line Style Arrow Parameters.
string | $arrow_selector | |
string | $property_selector |
Definition at line 274 of file GridLines.php.
References PHPExcel_Properties\getLineStyleArrowSize().
PHPExcel_Chart_GridLines::getLineStyleProperty | ( | $elements | ) |
Get Line Style Property.
array | string | $elements |
Definition at line 184 of file GridLines.php.
References PHPExcel_Properties\getArrayElementsValue().
PHPExcel_Chart_GridLines::getObjectState | ( | ) |
Get Object State.
Definition at line 86 of file GridLines.php.
References $_object_state.
PHPExcel_Chart_GridLines::getShadowProperty | ( | $elements | ) |
Get Shadow Property.
string | $elements | |
array | $elements |
Definition at line 432 of file GridLines.php.
References PHPExcel_Properties\getArrayElementsValue().
PHPExcel_Chart_GridLines::getSoftEdgesSize | ( | ) |
PHPExcel_Chart_GridLines::setGlowProperties | ( | $size, | |
$color_value = NULL , |
|||
$color_alpha = NULL , |
|||
$color_type = NULL |
|||
) |
Set Glow Properties.
float | $size | |
string | $color_value | |
int | $color_alpha | |
string | $color_type |
Definition at line 198 of file GridLines.php.
References $size.
PHPExcel_Chart_GridLines::setLineColorProperties | ( | $value, | |
$alpha = 0 , |
|||
$type = self::EXCEL_COLOR_TYPE_STANDARD |
|||
) |
Set Line Color Properties.
string | $value | |
int | $alpha | |
string | $type |
Definition at line 110 of file GridLines.php.
References $type, and PHPExcel_Properties\setColorProperties().
PHPExcel_Chart_GridLines::setLineStyleProperties | ( | $line_width = NULL , |
|
$compound_type = NULL , |
|||
$dash_type = NULL , |
|||
$cap_type = NULL , |
|||
$join_type = NULL , |
|||
$head_arrow_type = NULL , |
|||
$head_arrow_size = NULL , |
|||
$end_arrow_type = NULL , |
|||
$end_arrow_size = NULL |
|||
) |
Set Line Color Properties.
float | $line_width | |
string | $compound_type | |
string | $dash_type | |
string | $cap_type | |
string | $join_type | |
string | $head_arrow_type | |
string | $head_arrow_size | |
string | $end_arrow_type | |
string | $end_arrow_size |
Definition at line 133 of file GridLines.php.
References _activateObject(), and PHPExcel_Properties\getExcelPointsWidth().
PHPExcel_Chart_GridLines::setShadowProperties | ( | $sh_presets, | |
$sh_color_value = NULL , |
|||
$sh_color_type = NULL , |
|||
$sh_color_alpha = NULL , |
|||
$sh_blur = NULL , |
|||
$sh_angle = NULL , |
|||
$sh_distance = NULL |
|||
) |
Set Shadow Properties.
int | $sh_presets | |
string | $sh_color_value | |
string | $sh_color_type | |
int | $sh_color_alpha | |
string | $sh_blur | |
int | $sh_angle | |
float | $sh_distance |
Definition at line 291 of file GridLines.php.
References PHPExcel_Properties\getTrueAlpha().
PHPExcel_Chart_GridLines::setSoftEdgesSize | ( | $size | ) |
Set Soft Edges Size.
float | $size |
Definition at line 442 of file GridLines.php.
References $_soft_edges, $size, _activateObject(), PHPExcel_Properties\getExcelPointsWidth(), and string.
PHPExcel_Chart_GridLines::$_glow_properties |
Definition at line 68 of file GridLines.php.
PHPExcel_Chart_GridLines::$_line_properties |
Definition at line 25 of file GridLines.php.
|
private |
Definition at line 24 of file GridLines.php.
Referenced by getObjectState().
PHPExcel_Chart_GridLines::$_shadow_properties |
Definition at line 49 of file GridLines.php.
PHPExcel_Chart_GridLines::$_soft_edges |
Definition at line 76 of file GridLines.php.
Referenced by setSoftEdgesSize().