|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Created by PhpStorm. More...
Inheritance diagram for PHPExcel_Chart_Axis:
Collaboration diagram for PHPExcel_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 Glow 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 Maped 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 | |
| $_axis_number | |
| $_axis_options | |
| $_fill_properties | |
| $_line_properties | |
| $_line_style_properties | |
| $_shadow_properties | |
| $_glow_properties | |
| $_soft_edges | |
Created by PhpStorm.
User: Wiktor Trzonkowski Date: 6/17/14 Time: 12:11 PM
|
private |
Set Glow Color.
| string | $color | |
| int | $alpha | |
| string | $type |
Definition at line 557 of file Axis.php.
References $type, and PHPExcel_Properties\setColorProperties().
Here is the call graph for this function:
|
private |
Set Glow Color.
| float | $size |
Definition at line 539 of file Axis.php.
References $size, and PHPExcel_Properties\getExcelPointsWidth().
Here is the call graph for this function:
|
private |
Set Shadow Angle.
| int | $angle |
Definition at line 464 of file Axis.php.
References $angle, and PHPExcel_Properties\getExcelPointsAngle().
Here is the call graph for this function:
|
private |
Set Shadow Blur.
| float | $blur |
Definition at line 448 of file Axis.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 434 of file Axis.php.
References $type, and PHPExcel_Properties\setColorProperties().
Here is the call graph for this function:
|
private |
Set Shadow Distance.
| float | $distance |
Definition at line 480 of file Axis.php.
References PHPExcel_Properties\getExcelPointsWidth().
Here is the call graph for this function:
|
private |
Set Shadow Color.
| int | $shadow_presets |
Definition at line 386 of file Axis.php.
References _setShadowProperiesMapValues(), and PHPExcel_Properties\getShadowPresetsMap().
Here is the call graph for this function:
|
private |
Set Shadow Properties from Maped Values.
| array | $properties_map | |
| * | $reference |
Definition at line 402 of file Axis.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_Axis::getAxisNumberFormat | ( | ) |
| PHPExcel_Chart_Axis::getAxisNumberSourceLinked | ( | ) |
| PHPExcel_Chart_Axis::getAxisOptionsProperty | ( | $property | ) |
| PHPExcel_Chart_Axis::getFillProperty | ( | $property | ) |
| PHPExcel_Chart_Axis::getGlowProperty | ( | $property | ) |
Get Glow Property.
| array | string | $property |
Definition at line 527 of file Axis.php.
References PHPExcel_Properties\getArrayElementsValue().
Here is the call graph for this function:| PHPExcel_Chart_Axis::getLineProperty | ( | $property | ) |
| PHPExcel_Chart_Axis::getLineStyleArrowLength | ( | $arrow | ) |
Get Line Style Arrow Excel Length.
| string | $arrow |
Definition at line 349 of file Axis.php.
References PHPExcel_Properties\getLineStyleArrowSize().
Here is the call graph for this function:| PHPExcel_Chart_Axis::getLineStyleArrowWidth | ( | $arrow | ) |
Get Line Style Arrow Excel Width.
| string | $arrow |
Definition at line 337 of file Axis.php.
References PHPExcel_Properties\getLineStyleArrowSize().
Here is the call graph for this function:| PHPExcel_Chart_Axis::getLineStyleProperty | ( | $elements | ) |
Get Line Style Property.
| array | string | $elements |
Definition at line 325 of file Axis.php.
References PHPExcel_Properties\getArrayElementsValue().
Here is the call graph for this function:| PHPExcel_Chart_Axis::getShadowProperty | ( | $elements | ) |
Get Glow Property.
| float | $size | |
| string | $color_value | |
| int | $color_alpha | |
| string | $color_type |
Definition at line 497 of file Axis.php.
References PHPExcel_Properties\getArrayElementsValue().
Here is the call graph for this function:| PHPExcel_Chart_Axis::getSoftEdgesSize | ( | ) |
| PHPExcel_Chart_Axis::setAxisNumberProperties | ( | $format_code | ) |
| PHPExcel_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 191 of file Axis.php.
| PHPExcel_Chart_Axis::setAxisOrientation | ( | $orientation | ) |
| PHPExcel_Chart_Axis::setFillParameters | ( | $color, | |
$alpha = 0, |
|||
$type = self::EXCEL_COLOR_TYPE_ARGB |
|||
| ) |
Set Fill Property.
| string | $color | |
| int | $alpha | |
| string | $type |
Definition at line 241 of file Axis.php.
References $type, and PHPExcel_Properties\setColorProperties().
Here is the call graph for this function:| PHPExcel_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 510 of file Axis.php.
References $size.
| PHPExcel_Chart_Axis::setLineParameters | ( | $color, | |
$alpha = 0, |
|||
$type = self::EXCEL_COLOR_TYPE_ARGB |
|||
| ) |
Set Line Property.
| string | $color | |
| int | $alpha | |
| string | $type |
Definition at line 254 of file Axis.php.
References $type, and PHPExcel_Properties\setColorProperties().
Here is the call graph for this function:| PHPExcel_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 297 of file Axis.php.
References PHPExcel_Properties\getExcelPointsWidth().
Here is the call graph for this function:| PHPExcel_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 | $shadow_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 366 of file Axis.php.
| PHPExcel_Chart_Axis::setSoftEdges | ( | $size | ) |
Set Soft Edges Size.
| float | $size |
Definition at line 569 of file Axis.php.
References $_soft_edges, $size, and PHPExcel_Properties\getExcelPointsWidth().
Here is the call graph for this function:
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 140 of file Axis.php.
Referenced by setSoftEdges().