ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct ($layout=array()) | |
Create a new PHPExcel_Chart_Layout. More... | |
getLayoutTarget () | |
Get Layout Target. More... | |
setLayoutTarget ($value) | |
Set Layout Target. More... | |
getXMode () | |
Get X-Mode. More... | |
setXMode ($value) | |
Set X-Mode. More... | |
getYMode () | |
Get Y-Mode. More... | |
setYMode ($value) | |
Set Y-Mode. More... | |
getXPosition () | |
Get X-Position. More... | |
setXPosition ($value) | |
Set X-Position. More... | |
getYPosition () | |
Get Y-Position. More... | |
setYPosition ($value) | |
Set Y-Position. More... | |
getWidth () | |
Get Width. More... | |
setWidth ($value) | |
Set Width. More... | |
getHeight () | |
Get Height. More... | |
setHeight ($value) | |
Set Height. More... | |
getShowLegendKey () | |
Get show legend key. More... | |
setShowLegendKey ($value) | |
Set show legend key Specifies that legend keys should be shown in data labels. More... | |
getShowVal () | |
Get show value. More... | |
setShowVal ($value) | |
Set show val Specifies that the value should be shown in data labels. More... | |
getShowCatName () | |
Get show category name. More... | |
setShowCatName ($value) | |
Set show cat name Specifies that the category name should be shown in data labels. More... | |
getShowSerName () | |
Get show data series name. More... | |
setShowSerName ($value) | |
Set show ser name Specifies that the series name should be shown in data labels. More... | |
getShowPercent () | |
Get show percentage. More... | |
setShowPercent ($value) | |
Set show percentage Specifies that the percentage should be shown in data labels. More... | |
getShowBubbleSize () | |
Get show bubble size. More... | |
setShowBubbleSize ($value) | |
Set show bubble size Specifies that the bubble size should be shown in data labels. More... | |
getShowLeaderLines () | |
Get show leader lines. More... | |
setShowLeaderLines ($value) | |
Set show leader lines Specifies that leader lines should be shown in data labels. More... | |
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() | ) |
PHPExcel_Chart_Layout::getHeight | ( | ) |
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 | ( | ) |
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.
Height | $value |
Definition at line 292 of file Layout.php.
PHPExcel_Chart_Layout::setLayoutTarget | ( | $value | ) |
Set Layout Target.
Layout | Target $value |
Definition at line 172 of file Layout.php.
Referenced by LayoutTest\testGetLayoutTarget().
PHPExcel_Chart_Layout::setShowBubbleSize | ( | $value | ) |
Set show bubble size Specifies that the bubble size should be shown in data labels.
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.
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.
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.
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.
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.
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.
boolean | $value | Show val |
Definition at line 335 of file Layout.php.
PHPExcel_Chart_Layout::setWidth | ( | $value | ) |
Set Width.
Width | $value |
Definition at line 272 of file Layout.php.
PHPExcel_Chart_Layout::setXMode | ( | $value | ) |
Set X-Mode.
X-Mode | $value |
Definition at line 192 of file Layout.php.
PHPExcel_Chart_Layout::setXPosition | ( | $value | ) |
Set X-Position.
X-Position | $value |
Definition at line 232 of file Layout.php.
PHPExcel_Chart_Layout::setYMode | ( | $value | ) |
Set Y-Mode.
Y-Mode | $value |
Definition at line 212 of file Layout.php.
PHPExcel_Chart_Layout::setYPosition | ( | $value | ) |
Set Y-Position.
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().