|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for PHPExcel_Chart_Layout:Public Member Functions | |
| __construct ($layout=array()) | |
| Create a new PHPExcel_Chart_Layout. More... | |
| getLayoutTarget () | |
| Get Layout Target. More... | |
| setLayoutTarget ($value) | |
| getXMode () | |
| Get X-Mode. More... | |
| setXMode ($value) | |
| getYMode () | |
| Get Y-Mode. More... | |
| setYMode ($value) | |
| getXPosition () | |
| Get X-Position. More... | |
| setXPosition ($value) | |
| getYPosition () | |
| Get Y-Position. More... | |
| setYPosition ($value) | |
| getWidth () | |
| Get Width. More... | |
| setWidth ($value) | |
| getHeight () | |
| Get Height. More... | |
| setHeight ($value) | |
| getShowLegendKey () | |
| Get show legend key. More... | |
| setShowLegendKey ($value) | |
| getShowVal () | |
| Get show value. More... | |
| setShowVal ($value) | |
| getShowCatName () | |
| Get show category name. More... | |
| setShowCatName ($value) | |
| getShowSerName () | |
| Get show data series name. More... | |
| setShowSerName ($value) | |
| getShowPercent () | |
| Get show percentage. More... | |
| setShowPercent ($value) | |
| getShowBubbleSize () | |
| Get show bubble size. More... | |
| setShowBubbleSize ($value) | |
| getShowLeaderLines () | |
| Get show leader lines. More... | |
| setShowLeaderLines ($value) | |
Private Attributes | |
| $_layoutTarget = NULL | |
| $_xMode = NULL | |
| $_yMode = NULL | |
| $_xPos = NULL | |
| $_yPos = NULL | |
| $_width = NULL | |
| $_height = NULL | |
| $_showLegendKey = NULL | |
| $_showVal = NULL | |
| $_showCatName = NULL | |
| $_showSerName = NULL | |
| $_showPercent = NULL | |
| $_showBubbleSize = NULL | |
| $_showLeaderLines = NULL | |
Definition at line 36 of file Layout.php.
| PHPExcel_Chart_Layout::__construct | ( | $layout = array() | ) |
Create a new PHPExcel_Chart_Layout.
Definition at line 146 of file Layout.php.
References $layout.
| PHPExcel_Chart_Layout::getHeight | ( | ) |
Get Height.
Definition at line 282 of file Layout.php.
References $_height.
| PHPExcel_Chart_Layout::getLayoutTarget | ( | ) |
Get Layout Target.
Definition at line 162 of file Layout.php.
References $_layoutTarget.
| PHPExcel_Chart_Layout::getShowBubbleSize | ( | ) |
Get show bubble size.
Definition at line 408 of file Layout.php.
References $_showBubbleSize.
| PHPExcel_Chart_Layout::getShowCatName | ( | ) |
Get show category name.
Definition at line 345 of file Layout.php.
References $_showCatName.
| PHPExcel_Chart_Layout::getShowLeaderLines | ( | ) |
Get show leader lines.
Definition at line 429 of file Layout.php.
References $_showLeaderLines.
| PHPExcel_Chart_Layout::getShowLegendKey | ( | ) |
Get show legend key.
Definition at line 303 of file Layout.php.
References $_showLegendKey.
| PHPExcel_Chart_Layout::getShowPercent | ( | ) |
Get show percentage.
Definition at line 387 of file Layout.php.
References $_showPercent.
| PHPExcel_Chart_Layout::getShowSerName | ( | ) |
Get show data series name.
Definition at line 366 of file Layout.php.
References $_showSerName.
| PHPExcel_Chart_Layout::getShowVal | ( | ) |
Get show value.
Definition at line 324 of file Layout.php.
References $_showVal.
| PHPExcel_Chart_Layout::getWidth | ( | ) |
| PHPExcel_Chart_Layout::getXMode | ( | ) |
| PHPExcel_Chart_Layout::getXPosition | ( | ) |
| PHPExcel_Chart_Layout::getYMode | ( | ) |
| PHPExcel_Chart_Layout::getYPosition | ( | ) |
| PHPExcel_Chart_Layout::setHeight | ( | $value | ) |
Set Height @param Height $value
Definition at line 292 of file Layout.php.
| PHPExcel_Chart_Layout::setLayoutTarget | ( | $value | ) |
Set Layout Target @param Layout Target $value
Definition at line 172 of file Layout.php.
Referenced by LayoutTest\testGetLayoutTarget().
Here is the caller graph for this function:| PHPExcel_Chart_Layout::setShowBubbleSize | ( | $value | ) |
Set show bubble size Specifies that the bubble size should be shown in data labels. @param boolean $value Show bubble size
Definition at line 419 of file Layout.php.
| PHPExcel_Chart_Layout::setShowCatName | ( | $value | ) |
Set show cat name Specifies that the category name should be shown in data labels. @param boolean $value Show cat name
Definition at line 356 of file Layout.php.
| PHPExcel_Chart_Layout::setShowLeaderLines | ( | $value | ) |
Set show leader lines Specifies that leader lines should be shown in data labels. @param boolean $value Show leader lines
Definition at line 440 of file Layout.php.
| PHPExcel_Chart_Layout::setShowLegendKey | ( | $value | ) |
Set show legend key Specifies that legend keys should be shown in data labels. @param boolean $value Show legend key
Definition at line 314 of file Layout.php.
| PHPExcel_Chart_Layout::setShowPercent | ( | $value | ) |
Set show percentage Specifies that the percentage should be shown in data labels. @param boolean $value Show percentage
Definition at line 398 of file Layout.php.
| PHPExcel_Chart_Layout::setShowSerName | ( | $value | ) |
Set show ser name Specifies that the series name should be shown in data labels. @param boolean $value Show series name
Definition at line 377 of file Layout.php.
| PHPExcel_Chart_Layout::setShowVal | ( | $value | ) |
Set show val Specifies that the value should be shown in data labels. @param boolean $value Show val
Definition at line 335 of file Layout.php.
| PHPExcel_Chart_Layout::setWidth | ( | $value | ) |
Set Width @param Width $value
Definition at line 272 of file Layout.php.
| PHPExcel_Chart_Layout::setXMode | ( | $value | ) |
Set X-Mode @param X-Mode $value
Definition at line 192 of file Layout.php.
| PHPExcel_Chart_Layout::setXPosition | ( | $value | ) |
Set X-Position @param X-Position $value
Definition at line 232 of file Layout.php.
| PHPExcel_Chart_Layout::setYMode | ( | $value | ) |
Set Y-Mode @param Y-Mode $value
Definition at line 212 of file Layout.php.
| PHPExcel_Chart_Layout::setYPosition | ( | $value | ) |
Set Y-Position @param Y-Position $value
Definition at line 252 of file Layout.php.
|
private |
Definition at line 85 of file Layout.php.
Referenced by getHeight().
|
private |
Definition at line 43 of file Layout.php.
Referenced by getLayoutTarget().
|
private |
Definition at line 132 of file Layout.php.
Referenced by getShowBubbleSize().
|
private |
Definition at line 109 of file Layout.php.
Referenced by getShowCatName().
|
private |
Definition at line 140 of file Layout.php.
Referenced by getShowLeaderLines().
|
private |
Definition at line 93 of file Layout.php.
Referenced by getShowLegendKey().
|
private |
Definition at line 125 of file Layout.php.
Referenced by getShowPercent().
|
private |
Definition at line 117 of file Layout.php.
Referenced by getShowSerName().
|
private |
Definition at line 101 of file Layout.php.
Referenced by getShowVal().
|
private |
Definition at line 78 of file Layout.php.
Referenced by getWidth().
|
private |
Definition at line 50 of file Layout.php.
Referenced by getXMode().
|
private |
Definition at line 64 of file Layout.php.
Referenced by getXPosition().
|
private |
Definition at line 57 of file Layout.php.
Referenced by getYMode().
|
private |
Definition at line 71 of file Layout.php.
Referenced by getYPosition().