| [ Index ] |
PHP Cross Reference of MantisBT |
[Source view] [Print] [Project Stats]
File containing the ezcGraphAxisRadarLabelRenderer 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: | 322 lines (11 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
ezcGraphAxisRadarLabelRenderer:: (4 methods):
__construct()
__set()
renderLabels()
drawGrid()
Class: ezcGraphAxisRadarLabelRenderer - X-Ref
Renders axis labels and grid optimized for radar charts. May cause| __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 |
| renderLabels(ezcGraphRenderer $renderer,ezcGraphBoundings $boundings,ezcGraphCoordinate $start,ezcGraphCoordinate $end,ezcGraphChartElementAxis $axis ) X-Ref |
| Render Axis labels Render labels for an axis. param: ezcGraphRenderer $renderer Renderer used to draw the chart param: ezcGraphBoundings $boundings Boundings of the axis param: ezcGraphCoordinate $start Axis starting point param: ezcGraphCoordinate $end Axis ending point param: ezcGraphChartElementAxis $axis Axis instance return: void |
| drawGrid( ezcGraphRenderer $renderer, ezcGraphBoundings $boundings, ezcGraphCoordinate $position, ezcGraphCoordinate $direction, ezcGraphColor $color, $stepPosition = null ) X-Ref |
| Draw grid Draws a grid line at the current position param: ezcGraphRenderer $renderer Renderer to draw the grid with param: ezcGraphBoundings $boundings Boundings of axis param: ezcGraphCoordinate $position Position of step param: ezcGraphCoordinate $direction Direction of axis param: ezcGraphColor $color Color of axis param: int $stepPosition return: void |
| Generated: Thu Jul 28 15:48:31 2011 | Cross-referenced by PHPXref 0.7 |