|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Created by PhpStorm. More...
Inheritance diagram for PHPExcel_Chart_GridLines:
Collaboration diagram for PHPExcel_Chart_GridLines: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 | |
| $_line_properties | |
| $_shadow_properties | |
| $_glow_properties | |
| $_soft_edges | |
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().
Here is the caller graph for this function:
|
private |
Set Glow Color.
| string | $color | |
| int | $alpha | |
| string | $type |
Definition at line 251 of file GridLines.php.
References PHPExcel_Properties\getTrueAlpha().
Here is the call graph for this function:
|
private |
Set Glow Size.
| float | $size |
Definition at line 235 of file GridLines.php.
References $size, and PHPExcel_Properties\getExcelPointsWidth().
Here is the call graph for this function:
|
private |
Set Shadow Angle.
| int | $angle |
Definition at line 399 of file GridLines.php.
References $angle, and PHPExcel_Properties\getExcelPointsAngle().
Here is the call graph for this function:
|
private |
Set Shadow Blur.
| float | $blur |
Definition at line 383 of file GridLines.php.
References PHPExcel_Properties\getExcelPointsWidth().
Here is the call graph for this function:
|
private |
Set Shadow Color.
| string | $color | |
| int | $alpha | |
| string | $type |
Definition at line 361 of file GridLines.php.
References PHPExcel_Properties\getTrueAlpha().
Here is the call graph for this function:
|
private |
Set Shadow Distance.
| float | $distance |
Definition at line 415 of file GridLines.php.
References PHPExcel_Properties\getExcelPointsWidth().
Here is the call graph for this function:
|
private |
Set Shadow Presets Properties.
| int | $shadow_presets |
Definition at line 313 of file GridLines.php.
References _setShadowProperiesMapValues(), and PHPExcel_Properties\getShadowPresetsMap().
Here is the call graph for this function:
|
private |
Set Shadow Properties Values.
| array | $properties_map | |
| * | $reference |
Definition at line 329 of file GridLines.php.
References _setShadowProperiesMapValues().
Referenced by _setShadowPresetsProperties(), and _setShadowProperiesMapValues().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Chart_GridLines::getGlowColor | ( | $property | ) |
Get Glow Color Property.
| string | $property |
Definition at line 213 of file GridLines.php.
| PHPExcel_Chart_GridLines::getGlowSize | ( | ) |
Get Glow Size.
Definition at line 223 of file GridLines.php.
| 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().
Here is the call graph for this function:| PHPExcel_Chart_GridLines::getLineStyleProperty | ( | $elements | ) |
Get Line Style Property.
| array | string | $elements |
Definition at line 184 of file GridLines.php.
References PHPExcel_Properties\getArrayElementsValue().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| PHPExcel_Chart_GridLines::getSoftEdgesSize | ( | ) |
Get Soft Edges Size.
Definition at line 455 of file GridLines.php.
| 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 PHPExcel_Properties\setColorProperties().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| PHPExcel_Chart_GridLines::setSoftEdgesSize | ( | $size | ) |
Set Soft Edges Size.
| float | $size |
Definition at line 442 of file GridLines.php.
References $_soft_edges, $size, _activateObject(), and PHPExcel_Properties\getExcelPointsWidth().
Here is the call graph for this function:
|
private |
Definition at line 68 of file GridLines.php.
|
private |
Definition at line 25 of file GridLines.php.
|
private |
Definition at line 24 of file GridLines.php.
Referenced by getObjectState().
|
private |
Definition at line 49 of file GridLines.php.
|
private |
Definition at line 76 of file GridLines.php.
Referenced by setSoftEdgesSize().