| [ Index ] |
PHP Cross Reference of MantisBT |
[Source view] [Print] [Project Stats]
File containing the abstract ezcGraphChartElementLegend class
| Copyright: | Copyright (C) 2005-2009 eZ Systems AS. All rights reserved. |
| License: | http://ez.no/licenses/new_bsd New BSD License |
| Version: | 1.5 |
| File Size: | 339 lines (11 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ezcGraphChartElementLegend:: (7 methods):
__construct()
__set()
__get()
generateFromDataSets()
generateFromDataSet()
calculateBoundings()
render()
Class: ezcGraphChartElementLegend - X-Ref
Class to represent a legend as a chart element| __construct( array $options = array() X-Ref |
| Constructor param: array $options Default option array return: void |
| __set( $propertyName, $propertyValue ) X-Ref |
| __set param: mixed $propertyName param: mixed $propertyValue return: void |
| __get( $propertyName ) X-Ref |
| __get param: mixed $propertyName return: mixed |
| generateFromDataSets( ezcGraphChartDataContainer $datasets ) X-Ref |
| Generate legend from several datasets with on entry per dataset param: ezcGraphChartDataContainer $datasets return: void |
| generateFromDataSet( ezcGraphDataSet $dataset ) X-Ref |
| Generate legend from single dataset with on entry per data element param: ezcGraphDataSet $dataset return: void |
| calculateBoundings( ezcGraphBoundings $boundings ) X-Ref |
| Calculated boundings needed for the legend. Uses the position and the configured horizontal or vertical size of a legend to calculate the boundings for the legend. param: ezcGraphBoundings $boundings Avalable boundings return: ezcGraphBoundings Remaining boundings |
| render( ezcGraphRenderer $renderer, ezcGraphBoundings $boundings ) X-Ref |
| Render a legend param: ezcGraphRenderer $renderer Renderer param: ezcGraphBoundings $boundings Boundings for the axis return: ezcGraphBoundings Remaining boundings |
| Generated: Thu Jul 28 15:48:31 2011 | Cross-referenced by PHPXref 0.7 |