ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Static Public Member Functions | |
static | readChart ($chartElements, $chartName) |
Static Private Member Functions | |
static | _getAttribute ($component, $name, $format) |
static | _readColor ($color, $background=false) |
static | _chartTitle ($titleDetails, $namespacesChartMeta, $type) |
static | _chartLayoutDetails ($chartDetail, $namespacesChartMeta) |
static | _chartDataSeries ($chartDetail, $namespacesChartMeta, $plotType) |
static | _chartDataSeriesValueSet ($seriesDetail, $namespacesChartMeta, $marker=null, $smoothLine=false) |
static | _chartDataSeriesValues ($seriesValueSet, $dataType='n') |
static | _chartDataSeriesValuesMultiLevel ($seriesValueSet, $dataType='n') |
static | _parseRichText ($titleDetailPart=null) |
static | _readChartAttributes ($chartDetail) |
static | _setChartAttributes ($plotArea, $plotAttributes) |
|
staticprivate |
Definition at line 247 of file Chart.php.
References _chartDataSeriesValueSet(), and _getAttribute().
Referenced by readChart().
|
staticprivate |
Definition at line 326 of file Chart.php.
References _getAttribute().
|
staticprivate |
Definition at line 298 of file Chart.php.
Referenced by _chartDataSeries().
|
staticprivate |
Definition at line 361 of file Chart.php.
References _getAttribute().
|
staticprivate |
Definition at line 230 of file Chart.php.
References $layout, and _getAttribute().
Referenced by _chartTitle(), and readChart().
|
staticprivate |
Definition at line 205 of file Chart.php.
References _chartLayoutDetails(), and _parseRichText().
Referenced by readChart().
|
staticprivate |
Definition at line 37 of file Chart.php.
Referenced by _chartDataSeries(), _chartDataSeriesValues(), _chartDataSeriesValuesMultiLevel(), _chartLayoutDetails(), _parseRichText(), _readChartAttributes(), and readChart().
|
staticprivate |
Definition at line 393 of file Chart.php.
References _getAttribute(), PHPExcel_Style_Font\UNDERLINE_DOUBLE, PHPExcel_Style_Font\UNDERLINE_NONE, and PHPExcel_Style_Font\UNDERLINE_SINGLE.
Referenced by _chartTitle().
|
staticprivate |
Definition at line 459 of file Chart.php.
References _getAttribute().
Referenced by readChart().
|
staticprivate |
Definition at line 54 of file Chart.php.
References PHPExcel_Style_Color\indexedColor().
|
staticprivate |
Definition at line 488 of file Chart.php.
References $plotArea.
Referenced by readChart().
|
static |
Definition at line 63 of file Chart.php.
References $chart, $legend, $plotArea, $title, _chartDataSeries(), _chartLayoutDetails(), _chartTitle(), _getAttribute(), _readChartAttributes(), and _setChartAttributes().