|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for PHPExcel_Chart:Public Member Functions | |
| __construct ($name, PHPExcel_Chart_Title $title=null, PHPExcel_Chart_Legend $legend=null, PHPExcel_Chart_PlotArea $plotArea=null, $plotVisibleOnly=true, $displayBlanksAs='0', PHPExcel_Chart_Title $xAxisLabel=null, PHPExcel_Chart_Title $yAxisLabel=null, PHPExcel_Chart_Axis $xAxis=null, PHPExcel_Chart_Axis $yAxis=null, PHPExcel_Chart_GridLines $majorGridlines=null, PHPExcel_Chart_GridLines $minorGridlines=null) | |
| Create a new PHPExcel_Chart. More... | |
| getName () | |
| Get Name. More... | |
| getWorksheet () | |
| Get Worksheet. More... | |
| setWorksheet (PHPExcel_Worksheet $pValue=null) | |
| Set Worksheet. More... | |
| getTitle () | |
| Get Title. More... | |
| setTitle (PHPExcel_Chart_Title $title) | |
| Set Title. More... | |
| getLegend () | |
| Get Legend. More... | |
| setLegend (PHPExcel_Chart_Legend $legend) | |
| Set Legend. More... | |
| getXAxisLabel () | |
| Get X-Axis Label. More... | |
| setXAxisLabel (PHPExcel_Chart_Title $label) | |
| Set X-Axis Label. More... | |
| getYAxisLabel () | |
| Get Y-Axis Label. More... | |
| setYAxisLabel (PHPExcel_Chart_Title $label) | |
| Set Y-Axis Label. More... | |
| getPlotArea () | |
| Get Plot Area. More... | |
| getPlotVisibleOnly () | |
| Get Plot Visible Only. More... | |
| setPlotVisibleOnly ($plotVisibleOnly=true) | |
| Set Plot Visible Only. More... | |
| getDisplayBlanksAs () | |
| Get Display Blanks as. More... | |
| setDisplayBlanksAs ($displayBlanksAs='0') | |
| Set Display Blanks as. More... | |
| getChartAxisY () | |
| Get yAxis. More... | |
| getChartAxisX () | |
| Get xAxis. More... | |
| getMajorGridlines () | |
| Get Major Gridlines. More... | |
| getMinorGridlines () | |
| Get Minor Gridlines. More... | |
| setTopLeftPosition ($cell, $xOffset=null, $yOffset=null) | |
| Set the Top Left position for the chart. More... | |
| getTopLeftPosition () | |
| Get the top left position of the chart. More... | |
| getTopLeftCell () | |
| Get the cell address where the top left of the chart is fixed. More... | |
| setTopLeftCell ($cell) | |
| Set the Top Left cell position for the chart. More... | |
| setTopLeftOffset ($xOffset=null, $yOffset=null) | |
| Set the offset position within the Top Left cell for the chart. More... | |
| getTopLeftOffset () | |
| Get the offset position within the Top Left cell for the chart. More... | |
| setTopLeftXOffset ($xOffset) | |
| getTopLeftXOffset () | |
| setTopLeftYOffset ($yOffset) | |
| getTopLeftYOffset () | |
| setBottomRightPosition ($cell, $xOffset=null, $yOffset=null) | |
| Set the Bottom Right position of the chart. More... | |
| getBottomRightPosition () | |
| Get the bottom right position of the chart. More... | |
| setBottomRightCell ($cell) | |
| getBottomRightCell () | |
| Get the cell address where the bottom right of the chart is fixed. More... | |
| setBottomRightOffset ($xOffset=null, $yOffset=null) | |
| Set the offset position within the Bottom Right cell for the chart. More... | |
| getBottomRightOffset () | |
| Get the offset position within the Bottom Right cell for the chart. More... | |
| setBottomRightXOffset ($xOffset) | |
| getBottomRightXOffset () | |
| setBottomRightYOffset ($yOffset) | |
| getBottomRightYOffset () | |
| refresh () | |
| render ($outputDestination=null) | |
Private Attributes | |
| $_name = '' | |
| $_worksheet = null | |
| $_title = null | |
| $_legend = null | |
| $_xAxisLabel = null | |
| $_yAxisLabel = null | |
| $_plotArea = null | |
| $_plotVisibleOnly = true | |
| $_displayBlanksAs = '0' | |
| $_yAxis = null | |
| $_xAxis = null | |
| $_majorGridlines = null | |
| $_minorGridlines = null | |
| $_topLeftCellRef = 'A1' | |
| $_topLeftXOffset = 0 | |
| $_topLeftYOffset = 0 | |
| $_bottomRightCellRef = 'A1' | |
| $_bottomRightXOffset = 10 | |
| $_bottomRightYOffset = 10 | |
| PHPExcel_Chart::__construct | ( | $name, | |
| PHPExcel_Chart_Title | $title = null, |
||
| PHPExcel_Chart_Legend | $legend = null, |
||
| PHPExcel_Chart_PlotArea | $plotArea = null, |
||
$plotVisibleOnly = true, |
|||
$displayBlanksAs = '0', |
|||
| PHPExcel_Chart_Title | $xAxisLabel = null, |
||
| PHPExcel_Chart_Title | $yAxisLabel = null, |
||
| PHPExcel_Chart_Axis | $xAxis = null, |
||
| PHPExcel_Chart_Axis | $yAxis = null, |
||
| PHPExcel_Chart_GridLines | $majorGridlines = null, |
||
| PHPExcel_Chart_GridLines | $minorGridlines = null |
||
| ) |
Create a new PHPExcel_Chart.
Definition at line 180 of file Chart.php.
References $legend, $name, $plotArea, $title, $xAxisLabel, and $yAxisLabel.
| PHPExcel_Chart::getBottomRightCell | ( | ) |
Get the cell address where the bottom right of the chart is fixed.
Definition at line 553 of file Chart.php.
References $_bottomRightCellRef.
| PHPExcel_Chart::getBottomRightOffset | ( | ) |
| PHPExcel_Chart::getBottomRightPosition | ( | ) |
Get the bottom right position of the chart.
Definition at line 535 of file Chart.php.
| PHPExcel_Chart::getBottomRightXOffset | ( | ) |
| PHPExcel_Chart::getBottomRightYOffset | ( | ) |
| PHPExcel_Chart::getChartAxisX | ( | ) |
Get xAxis.
Definition at line 379 of file Chart.php.
References $_xAxis.
| PHPExcel_Chart::getChartAxisY | ( | ) |
Get yAxis.
Definition at line 366 of file Chart.php.
References $_yAxis.
| PHPExcel_Chart::getDisplayBlanksAs | ( | ) |
Get Display Blanks as.
Definition at line 346 of file Chart.php.
References $_displayBlanksAs.
| PHPExcel_Chart::getLegend | ( | ) |
Get Legend.
Definition at line 253 of file Chart.php.
References $_legend.
| PHPExcel_Chart::getMajorGridlines | ( | ) |
Get Major Gridlines.
Definition at line 392 of file Chart.php.
References $_majorGridlines.
| PHPExcel_Chart::getMinorGridlines | ( | ) |
Get Minor Gridlines.
Definition at line 405 of file Chart.php.
References $_minorGridlines.
| PHPExcel_Chart::getName | ( | ) |
| PHPExcel_Chart::getPlotArea | ( | ) |
Get Plot Area.
Definition at line 316 of file Chart.php.
References $_plotArea.
| PHPExcel_Chart::getPlotVisibleOnly | ( | ) |
Get Plot Visible Only.
Definition at line 325 of file Chart.php.
References $_plotVisibleOnly.
| PHPExcel_Chart::getTitle | ( | ) |
Get Title.
Definition at line 232 of file Chart.php.
References $_title.
| PHPExcel_Chart::getTopLeftCell | ( | ) |
Get the cell address where the top left of the chart is fixed.
Definition at line 449 of file Chart.php.
References $_topLeftCellRef.
| PHPExcel_Chart::getTopLeftOffset | ( | ) |
| PHPExcel_Chart::getTopLeftPosition | ( | ) |
Get the top left position of the chart.
Definition at line 437 of file Chart.php.
| PHPExcel_Chart::getTopLeftXOffset | ( | ) |
| PHPExcel_Chart::getTopLeftYOffset | ( | ) |
| PHPExcel_Chart::getWorksheet | ( | ) |
Get Worksheet.
Definition at line 210 of file Chart.php.
References $_worksheet.
| PHPExcel_Chart::getXAxisLabel | ( | ) |
Get X-Axis Label.
Definition at line 274 of file Chart.php.
References $_xAxisLabel.
| PHPExcel_Chart::getYAxisLabel | ( | ) |
Get Y-Axis Label.
Definition at line 295 of file Chart.php.
References $_yAxisLabel.
| PHPExcel_Chart::refresh | ( | ) |
| PHPExcel_Chart::render | ( | $outputDestination = null | ) |
Definition at line 611 of file Chart.php.
References $rendererName, PHPExcel_Settings\getChartRendererName(), PHPExcel_Settings\getChartRendererPath(), and refresh().
Here is the call graph for this function:| PHPExcel_Chart::setBottomRightCell | ( | $cell | ) |
| PHPExcel_Chart::setBottomRightOffset | ( | $xOffset = null, |
|
$yOffset = null |
|||
| ) |
Set the offset position within the Bottom Right cell for the chart.
| integer | $xOffset | |
| integer | $yOffset |
Definition at line 564 of file Chart.php.
References setBottomRightXOffset(), and setBottomRightYOffset().
Here is the call graph for this function:| PHPExcel_Chart::setBottomRightPosition | ( | $cell, | |
$xOffset = null, |
|||
$yOffset = null |
|||
| ) |
Set the Bottom Right position of the chart.
| string | $cell | |
| integer | $xOffset | |
| integer | $yOffset |
Definition at line 520 of file Chart.php.
References setBottomRightXOffset(), and setBottomRightYOffset().
Here is the call graph for this function:| PHPExcel_Chart::setBottomRightXOffset | ( | $xOffset | ) |
Definition at line 584 of file Chart.php.
Referenced by setBottomRightOffset(), and setBottomRightPosition().
Here is the caller graph for this function:| PHPExcel_Chart::setBottomRightYOffset | ( | $yOffset | ) |
Definition at line 594 of file Chart.php.
Referenced by setBottomRightOffset(), and setBottomRightPosition().
Here is the caller graph for this function:| PHPExcel_Chart::setDisplayBlanksAs | ( | $displayBlanksAs = '0' | ) |
Set Display Blanks as.
| string | $displayBlanksAs |
Definition at line 356 of file Chart.php.
| PHPExcel_Chart::setLegend | ( | PHPExcel_Chart_Legend | $legend | ) |
Set Legend.
| PHPExcel_Chart_Legend | $legend |
Definition at line 263 of file Chart.php.
References $legend.
| PHPExcel_Chart::setPlotVisibleOnly | ( | $plotVisibleOnly = true | ) |
Set Plot Visible Only.
| boolean | $plotVisibleOnly |
Definition at line 335 of file Chart.php.
| PHPExcel_Chart::setTitle | ( | PHPExcel_Chart_Title | $title | ) |
Set Title.
| PHPExcel_Chart_Title | $title |
Definition at line 242 of file Chart.php.
References $title.
| PHPExcel_Chart::setTopLeftCell | ( | $cell | ) |
Set the Top Left cell position for the chart.
| string | $cell |
Definition at line 459 of file Chart.php.
| PHPExcel_Chart::setTopLeftOffset | ( | $xOffset = null, |
|
$yOffset = null |
|||
| ) |
Set the offset position within the Top Left cell for the chart.
| integer | $xOffset | |
| integer | $yOffset |
Definition at line 472 of file Chart.php.
References setTopLeftXOffset(), and setTopLeftYOffset().
Here is the call graph for this function:| PHPExcel_Chart::setTopLeftPosition | ( | $cell, | |
$xOffset = null, |
|||
$yOffset = null |
|||
| ) |
Set the Top Left position for the chart.
| string | $cell | |
| integer | $xOffset | |
| integer | $yOffset |
Definition at line 422 of file Chart.php.
References setTopLeftXOffset(), and setTopLeftYOffset().
Here is the call graph for this function:| PHPExcel_Chart::setTopLeftXOffset | ( | $xOffset | ) |
Definition at line 492 of file Chart.php.
Referenced by setTopLeftOffset(), and setTopLeftPosition().
Here is the caller graph for this function:| PHPExcel_Chart::setTopLeftYOffset | ( | $yOffset | ) |
Definition at line 502 of file Chart.php.
Referenced by setTopLeftOffset(), and setTopLeftPosition().
Here is the caller graph for this function:| PHPExcel_Chart::setWorksheet | ( | PHPExcel_Worksheet | $pValue = null | ) |
Set Worksheet.
| PHPExcel_Worksheet | $pValue |
| PHPExcel_Chart_Exception |
Definition at line 221 of file Chart.php.
| PHPExcel_Chart::setXAxisLabel | ( | PHPExcel_Chart_Title | $label | ) |
Set X-Axis Label.
| PHPExcel_Chart_Title | $label |
Definition at line 284 of file Chart.php.
| PHPExcel_Chart::setYAxisLabel | ( | PHPExcel_Chart_Title | $label | ) |
Set Y-Axis Label.
| PHPExcel_Chart_Title | $label |
Definition at line 305 of file Chart.php.
|
private |
Definition at line 158 of file Chart.php.
Referenced by getBottomRightCell().
|
private |
Definition at line 166 of file Chart.php.
Referenced by getBottomRightXOffset().
|
private |
Definition at line 174 of file Chart.php.
Referenced by getBottomRightYOffset().
|
private |
Definition at line 99 of file Chart.php.
Referenced by getDisplayBlanksAs().
|
private |
Definition at line 64 of file Chart.php.
Referenced by getLegend().
|
private |
Definition at line 120 of file Chart.php.
Referenced by getMajorGridlines().
|
private |
Definition at line 127 of file Chart.php.
Referenced by getMinorGridlines().
|
private |
|
private |
Definition at line 85 of file Chart.php.
Referenced by getPlotArea().
|
private |
Definition at line 92 of file Chart.php.
Referenced by getPlotVisibleOnly().
|
private |
Definition at line 57 of file Chart.php.
Referenced by getTitle().
|
private |
Definition at line 134 of file Chart.php.
Referenced by getTopLeftCell().
|
private |
Definition at line 142 of file Chart.php.
Referenced by getTopLeftXOffset().
|
private |
Definition at line 150 of file Chart.php.
Referenced by getTopLeftYOffset().
|
private |
Definition at line 50 of file Chart.php.
Referenced by getWorksheet().
|
private |
Definition at line 113 of file Chart.php.
Referenced by getChartAxisX().
|
private |
Definition at line 71 of file Chart.php.
Referenced by getXAxisLabel().
|
private |
Definition at line 106 of file Chart.php.
Referenced by getChartAxisY().
|
private |
Definition at line 78 of file Chart.php.
Referenced by getYAxisLabel().