[ Index ]

PHP Cross Reference of MantisBT

title

Body

[close]

/library/ezc/Graph/src/renderer/ -> axis_label_centered.php (summary)

File containing the ezcGraphAxisCenteredLabelRenderer 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: 266 lines (9 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ezcGraphAxisCenteredLabelRenderer:: (3 methods):
  __construct()
  __set()
  renderLabels()


Class: ezcGraphAxisCenteredLabelRenderer  - X-Ref

Renders axis labels centered below the axis steps.

<code>
$chart->xAxis->axisLabelRenderer = new ezcGraphAxisCenteredLabelRenderer();
</code>

__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,ezcGraphBoundings $innerBoundings = null )   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



Generated: Thu Jul 28 15:48:31 2011 Cross-referenced by PHPXref 0.7