ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 | |
$objectState = false | |
$lineProperties | |
$shadowProperties | |
$glowProperties | |
$softEdges | |
Created by PhpStorm.
User: Wiktor Trzonkowski Date: 7/2/14 Time: 2:36 PM.
Definition at line 11 of file GridLines.php.
|
private |
Change Object State to True.
Definition at line 96 of file GridLines.php.
Referenced by PhpOffice\PhpSpreadsheet\Chart\GridLines\setLineColorProperties(), PhpOffice\PhpSpreadsheet\Chart\GridLines\setLineStyleProperties(), PhpOffice\PhpSpreadsheet\Chart\GridLines\setShadowProperties(), and PhpOffice\PhpSpreadsheet\Chart\GridLines\setSoftEdgesSize().
PhpOffice\PhpSpreadsheet\Chart\GridLines::getGlowColor | ( | $property | ) |
Get Glow Color Property.
string | $property |
Definition at line 212 of file GridLines.php.
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Chart\writeValueAxis().
PhpOffice\PhpSpreadsheet\Chart\GridLines::getGlowSize | ( | ) |
Get Glow Size.
Definition at line 222 of file GridLines.php.
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Chart\writeValueAxis().
PhpOffice\PhpSpreadsheet\Chart\GridLines::getLineColorProperty | ( | $parameter | ) |
Get Line Color Property.
string | $parameter |
Definition at line 172 of file GridLines.php.
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Chart\writeValueAxis().
PhpOffice\PhpSpreadsheet\Chart\GridLines::getLineStyleArrowParameters | ( | $arrow_selector, | |
$property_selector | |||
) |
Get Line Style Arrow Parameters.
string | $arrow_selector | |
string | $property_selector |
Definition at line 273 of file GridLines.php.
References PhpOffice\PhpSpreadsheet\Chart\Properties\getLineStyleArrowSize().
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Chart\writeValueAxis().
PhpOffice\PhpSpreadsheet\Chart\GridLines::getLineStyleProperty | ( | $elements | ) |
Get Line Style Property.
array | string | $elements |
Definition at line 184 of file GridLines.php.
References PhpOffice\PhpSpreadsheet\Chart\Properties\getArrayElementsValue().
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Chart\writeValueAxis().
PhpOffice\PhpSpreadsheet\Chart\GridLines::getObjectState | ( | ) |
Get Object State.
Definition at line 86 of file GridLines.php.
References PhpOffice\PhpSpreadsheet\Chart\GridLines\$objectState.
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Chart\writeValueAxis().
PhpOffice\PhpSpreadsheet\Chart\GridLines::getShadowProperty | ( | $elements | ) |
Get Shadow Property.
string|string[] | $elements |
Definition at line 427 of file GridLines.php.
References PhpOffice\PhpSpreadsheet\Chart\Properties\getArrayElementsValue().
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Chart\writeValueAxis().
PhpOffice\PhpSpreadsheet\Chart\GridLines::getSoftEdgesSize | ( | ) |
Get Soft Edges Size.
Definition at line 450 of file GridLines.php.
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Chart\writeValueAxis().
|
private |
Set Glow Color.
string | $color | |
int | $alpha | |
string | $type |
Definition at line 250 of file GridLines.php.
References $type, and PhpOffice\PhpSpreadsheet\Chart\Properties\getTrueAlpha().
PhpOffice\PhpSpreadsheet\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 197 of file GridLines.php.
References $size.
|
private |
Set Glow Size.
float | $size |
Definition at line 234 of file GridLines.php.
References $size, and PhpOffice\PhpSpreadsheet\Chart\Properties\getExcelPointsWidth().
PhpOffice\PhpSpreadsheet\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, PhpOffice\PhpSpreadsheet\Chart\GridLines\activateObject(), and PhpOffice\PhpSpreadsheet\Chart\Properties\setColorProperties().
PhpOffice\PhpSpreadsheet\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 PhpOffice\PhpSpreadsheet\Chart\GridLines\activateObject(), and PhpOffice\PhpSpreadsheet\Chart\Properties\getExcelPointsWidth().
|
private |
Set Shadow Angle.
int | $angle |
Definition at line 395 of file GridLines.php.
References $angle, and PhpOffice\PhpSpreadsheet\Chart\Properties\getExcelPointsAngle().
|
private |
Set Shadow Blur.
float | $blur |
Definition at line 379 of file GridLines.php.
References PhpOffice\PhpSpreadsheet\Chart\Properties\getExcelPointsWidth().
|
private |
Set Shadow Color.
string | $color | |
int | $alpha | |
string | $type |
Definition at line 357 of file GridLines.php.
References $type, and PhpOffice\PhpSpreadsheet\Chart\Properties\getTrueAlpha().
|
private |
Set Shadow Distance.
float | $distance |
Definition at line 411 of file GridLines.php.
References PhpOffice\PhpSpreadsheet\Chart\Properties\getExcelPointsWidth().
|
private |
Set Shadow Presets Properties.
int | $shadow_presets |
Definition at line 310 of file GridLines.php.
References PhpOffice\PhpSpreadsheet\Chart\Properties\getShadowPresetsMap(), and PhpOffice\PhpSpreadsheet\Chart\GridLines\setShadowProperiesMapValues().
|
private |
Set Shadow Properties Values.
mixed | $reference |
Definition at line 325 of file GridLines.php.
Referenced by PhpOffice\PhpSpreadsheet\Chart\GridLines\setShadowPresetsProperties().
PhpOffice\PhpSpreadsheet\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 289 of file GridLines.php.
References PhpOffice\PhpSpreadsheet\Chart\GridLines\activateObject(), and PhpOffice\PhpSpreadsheet\Chart\Properties\getTrueAlpha().
PhpOffice\PhpSpreadsheet\Chart\GridLines::setSoftEdgesSize | ( | $size | ) |
Set Soft Edges Size.
float | $size |
Definition at line 437 of file GridLines.php.
References $size, PhpOffice\PhpSpreadsheet\Chart\GridLines\activateObject(), and PhpOffice\PhpSpreadsheet\Chart\Properties\getExcelPointsWidth().
|
private |
Definition at line 68 of file GridLines.php.
|
private |
Definition at line 23 of file GridLines.php.
|
private |
Definition at line 21 of file GridLines.php.
Referenced by PhpOffice\PhpSpreadsheet\Chart\GridLines\getObjectState().
|
private |
Definition at line 48 of file GridLines.php.
|
private |
Definition at line 77 of file GridLines.php.