[ Index ]

PHP Cross Reference of MantisBT

title

Body

[close]

/library/ezc/Graph/src/element/ -> axis.php (summary)

File containing the abstract ezcGraphChartElementAxis 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: 544 lines (20 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 6 functions

  __construct()
  setFromPalette()
  __set()
  __get()
  getSteps()
  render()

Functions
Functions that are not part of a class:

__construct( array $options = array()   X-Ref
Constructor

param: array $options Default option array
return: void

setFromPalette( ezcGraphPalette $palette )   X-Ref
Set colors and border fro this element

param: ezcGraphPalette $palette Palette
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

getSteps()   X-Ref
Return array of steps on this axis

return: array( ezcGraphAxisStep )

render( ezcGraphRenderer $renderer, ezcGraphBoundings $boundings, ezcGraphBoundings $innerBoundings = null )   X-Ref
Render the axis

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