|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Created by PhpStorm. More...
Inheritance diagram for PhpOffice\PhpSpreadsheet\Chart\Axis:
Collaboration diagram for PhpOffice\PhpSpreadsheet\Chart\Axis:Public Member Functions | |
| setAxisNumberProperties ($format_code) | |
| Get Series Data Type. More... | |
| getAxisNumberFormat () | |
| Get Axis Number Format Data Type. More... | |
| getAxisNumberSourceLinked () | |
| Get Axis Number Source Linked. More... | |
| setAxisOptionsProperties ($axis_labels, $horizontal_crosses_value=null, $horizontal_crosses=null, $axis_orientation=null, $major_tmt=null, $minor_tmt=null, $minimum=null, $maximum=null, $major_unit=null, $minor_unit=null) | |
| Set Axis Options Properties. More... | |
| getAxisOptionsProperty ($property) | |
| Get Axis Options Property. More... | |
| setAxisOrientation ($orientation) | |
| Set Axis Orientation Property. More... | |
| setFillParameters ($color, $alpha=0, $type=self::EXCEL_COLOR_TYPE_ARGB) | |
| Set Fill Property. More... | |
| setLineParameters ($color, $alpha=0, $type=self::EXCEL_COLOR_TYPE_ARGB) | |
| Set Line Property. More... | |
| getFillProperty ($property) | |
| Get Fill Property. More... | |
| getLineProperty ($property) | |
| Get Line Property. 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 Style Properties. More... | |
| getLineStyleProperty ($elements) | |
| Get Line Style Property. More... | |
| getLineStyleArrowWidth ($arrow) | |
| Get Line Style Arrow Excel Width. More... | |
| getLineStyleArrowLength ($arrow) | |
| Get Line Style Arrow Excel Length. 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... | |
| setGlowProperties ($size, $color_value=null, $color_alpha=null, $color_type=null) | |
| Set Glow Properties. More... | |
| getGlowProperty ($property) | |
| Get Glow Property. More... | |
| setSoftEdges ($size) | |
| Set Soft Edges Size. More... | |
| getSoftEdgesSize () | |
| Get Soft Edges Size. More... | |
Private Member Functions | |
| setShadowPresetsProperties ($shadow_presets) | |
| Set Shadow Color. More... | |
| setShadowProperiesMapValues (array $properties_map, &$reference=null) | |
| Set Shadow Properties from Mapped 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... | |
| setGlowSize ($size) | |
| Set Glow Color. More... | |
| setGlowColor ($color, $alpha, $type) | |
| Set Glow Color. More... | |
Private Attributes | |
| $axisNumber | |
| $axisOptions | |
| $fillProperties | |
| $lineProperties | |
| $lineStyleProperties | |
| $shadowProperties | |
| $glowProperties | |
| $softEdges | |
Created by PhpStorm.
User: Wiktor Trzonkowski Date: 6/17/14 Time: 12:11 PM.
| PhpOffice\PhpSpreadsheet\Chart\Axis::getAxisNumberFormat | ( | ) |
Get Axis Number Format Data Type.
Definition at line 150 of file Axis.php.
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Chart\writeCategoryAxis(), and PhpOffice\PhpSpreadsheet\Writer\Xlsx\Chart\writeValueAxis().
Here is the caller graph for this function:| PhpOffice\PhpSpreadsheet\Chart\Axis::getAxisNumberSourceLinked | ( | ) |
Get Axis Number Source Linked.
Definition at line 160 of file Axis.php.
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Chart\writeCategoryAxis(), and PhpOffice\PhpSpreadsheet\Writer\Xlsx\Chart\writeValueAxis().
Here is the caller graph for this function:| PhpOffice\PhpSpreadsheet\Chart\Axis::getAxisOptionsProperty | ( | $property | ) |
Get Axis Options Property.
| string | $property |
Definition at line 201 of file Axis.php.
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Chart\writeCategoryAxis(), and PhpOffice\PhpSpreadsheet\Writer\Xlsx\Chart\writeValueAxis().
Here is the caller graph for this function:| PhpOffice\PhpSpreadsheet\Chart\Axis::getFillProperty | ( | $property | ) |
Get Fill Property.
| string | $property |
Definition at line 247 of file Axis.php.
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Chart\writeValueAxis().
Here is the caller graph for this function:| PhpOffice\PhpSpreadsheet\Chart\Axis::getGlowProperty | ( | $property | ) |
Get Glow Property.
| array | string | $property |
Definition at line 496 of file Axis.php.
References PhpOffice\PhpSpreadsheet\Chart\Properties\getArrayElementsValue().
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Chart\writeValueAxis().
Here is the call graph for this function:
Here is the caller graph for this function:| PhpOffice\PhpSpreadsheet\Chart\Axis::getLineProperty | ( | $property | ) |
Get Line Property.
| string | $property |
Definition at line 259 of file Axis.php.
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Chart\writeValueAxis().
Here is the caller graph for this function:| PhpOffice\PhpSpreadsheet\Chart\Axis::getLineStyleArrowLength | ( | $arrow | ) |
Get Line Style Arrow Excel Length.
| string | $arrow |
Definition at line 321 of file Axis.php.
References PhpOffice\PhpSpreadsheet\Chart\Properties\getLineStyleArrowSize().
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Chart\writeValueAxis().
Here is the call graph for this function:
Here is the caller graph for this function:| PhpOffice\PhpSpreadsheet\Chart\Axis::getLineStyleArrowWidth | ( | $arrow | ) |
Get Line Style Arrow Excel Width.
| string | $arrow |
Definition at line 309 of file Axis.php.
References PhpOffice\PhpSpreadsheet\Chart\Properties\getLineStyleArrowSize().
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Chart\writeValueAxis().
Here is the call graph for this function:
Here is the caller graph for this function:| PhpOffice\PhpSpreadsheet\Chart\Axis::getLineStyleProperty | ( | $elements | ) |
Get Line Style Property.
| array | string | $elements |
Definition at line 297 of file Axis.php.
References PhpOffice\PhpSpreadsheet\Chart\Properties\getArrayElementsValue().
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Chart\writeValueAxis().
Here is the call graph for this function:
Here is the caller graph for this function:| PhpOffice\PhpSpreadsheet\Chart\Axis::getShadowProperty | ( | $elements | ) |
Get Shadow Property.
| string | string[] | $elements |
Definition at line 466 of file Axis.php.
References PhpOffice\PhpSpreadsheet\Chart\Properties\getArrayElementsValue().
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Chart\writeValueAxis().
Here is the call graph for this function:
Here is the caller graph for this function:| PhpOffice\PhpSpreadsheet\Chart\Axis::getSoftEdgesSize | ( | ) |
Get Soft Edges Size.
Definition at line 550 of file Axis.php.
Referenced by PhpOffice\PhpSpreadsheet\Writer\Xlsx\Chart\writeValueAxis().
Here is the caller graph for this function:| PhpOffice\PhpSpreadsheet\Chart\Axis::setAxisNumberProperties | ( | $format_code | ) |
| PhpOffice\PhpSpreadsheet\Chart\Axis::setAxisOptionsProperties | ( | $axis_labels, | |
$horizontal_crosses_value = null, |
|||
$horizontal_crosses = null, |
|||
$axis_orientation = null, |
|||
$major_tmt = null, |
|||
$minor_tmt = null, |
|||
$minimum = null, |
|||
$maximum = null, |
|||
$major_unit = null, |
|||
$minor_unit = null |
|||
| ) |
Set Axis Options Properties.
| string | $axis_labels | |
| string | $horizontal_crosses_value | |
| string | $horizontal_crosses | |
| string | $axis_orientation | |
| string | $major_tmt | |
| string | $minor_tmt | |
| string | $minimum | |
| string | $maximum | |
| string | $major_unit | |
| string | $minor_unit |
Definition at line 179 of file Axis.php.
| PhpOffice\PhpSpreadsheet\Chart\Axis::setAxisOrientation | ( | $orientation | ) |
| PhpOffice\PhpSpreadsheet\Chart\Axis::setFillParameters | ( | $color, | |
$alpha = 0, |
|||
$type = self::EXCEL_COLOR_TYPE_ARGB |
|||
| ) |
Set Fill Property.
| string | $color | |
| int | $alpha | |
| string | $type |
Definition at line 223 of file Axis.php.
References $type, and PhpOffice\PhpSpreadsheet\Chart\Properties\setColorProperties().
Here is the call graph for this function:
|
private |
Set Glow Color.
| string | $color | |
| int | $alpha | |
| string | $type |
Definition at line 526 of file Axis.php.
References $type, and PhpOffice\PhpSpreadsheet\Chart\Properties\setColorProperties().
Here is the call graph for this function:| PhpOffice\PhpSpreadsheet\Chart\Axis::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 479 of file Axis.php.
References $size, and PhpOffice\PhpSpreadsheet\Chart\Axis\setGlowSize().
Here is the call graph for this function:
|
private |
Set Glow Color.
| float | $size |
Definition at line 508 of file Axis.php.
References $size, and PhpOffice\PhpSpreadsheet\Chart\Properties\getExcelPointsWidth().
Referenced by PhpOffice\PhpSpreadsheet\Chart\Axis\setGlowProperties().
Here is the call graph for this function:
Here is the caller graph for this function:| PhpOffice\PhpSpreadsheet\Chart\Axis::setLineParameters | ( | $color, | |
$alpha = 0, |
|||
$type = self::EXCEL_COLOR_TYPE_ARGB |
|||
| ) |
Set Line Property.
| string | $color | |
| int | $alpha | |
| string | $type |
Definition at line 235 of file Axis.php.
References $type, and PhpOffice\PhpSpreadsheet\Chart\Properties\setColorProperties().
Here is the call graph for this function:| PhpOffice\PhpSpreadsheet\Chart\Axis::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 Style 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 277 of file Axis.php.
References PhpOffice\PhpSpreadsheet\Chart\Properties\getExcelPointsWidth().
Here is the call graph for this function:
|
private |
Set Shadow Angle.
| int | $angle |
Definition at line 434 of file Axis.php.
References $angle, and PhpOffice\PhpSpreadsheet\Chart\Properties\getExcelPointsAngle().
Here is the call graph for this function:
|
private |
Set Shadow Blur.
| float | $blur |
Definition at line 418 of file Axis.php.
References PhpOffice\PhpSpreadsheet\Chart\Properties\getExcelPointsWidth().
Here is the call graph for this function:
|
private |
Set Shadow Color.
| string | $color | |
| int | $alpha | |
| string | $type |
Definition at line 404 of file Axis.php.
References $type, and PhpOffice\PhpSpreadsheet\Chart\Properties\setColorProperties().
Here is the call graph for this function:
|
private |
Set Shadow Distance.
| float | $distance |
Definition at line 450 of file Axis.php.
References PhpOffice\PhpSpreadsheet\Chart\Properties\getExcelPointsWidth().
Here is the call graph for this function:
|
private |
Set Shadow Color.
| int | $shadow_presets |
Definition at line 357 of file Axis.php.
References PhpOffice\PhpSpreadsheet\Chart\Properties\getShadowPresetsMap(), and PhpOffice\PhpSpreadsheet\Chart\Axis\setShadowProperiesMapValues().
Referenced by PhpOffice\PhpSpreadsheet\Chart\Axis\setShadowProperties().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Set Shadow Properties from Mapped Values.
| mixed | $reference |
Definition at line 372 of file Axis.php.
References PhpOffice\PhpSpreadsheet\Chart\Axis\setShadowProperiesMapValues().
Referenced by PhpOffice\PhpSpreadsheet\Chart\Axis\setShadowPresetsProperties(), and PhpOffice\PhpSpreadsheet\Chart\Axis\setShadowProperiesMapValues().
Here is the call graph for this function:
Here is the caller graph for this function:| PhpOffice\PhpSpreadsheet\Chart\Axis::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 | |
| string | $sh_color_alpha | |
| float | $sh_blur | |
| int | $sh_angle | |
| float | $sh_distance |
Definition at line 337 of file Axis.php.
References PhpOffice\PhpSpreadsheet\Chart\Axis\setShadowPresetsProperties().
Here is the call graph for this function:| PhpOffice\PhpSpreadsheet\Chart\Axis::setSoftEdges | ( | $size | ) |
Set Soft Edges Size.
| float | $size |
Definition at line 538 of file Axis.php.
References $size, PhpOffice\PhpSpreadsheet\Chart\Axis\$softEdges, and PhpOffice\PhpSpreadsheet\Chart\Properties\getExcelPointsWidth().
Here is the call graph for this function:
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 130 of file Axis.php.
Referenced by PhpOffice\PhpSpreadsheet\Chart\Axis\setSoftEdges().