Path

ez components / documentation / api reference / 2006.2 / graph


eZ Components 2006.2

Graph: ezcGraphFlashDriverOptions

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcGraphFlashDriverOptions

Class containing the basic options for charts [source]

Parents

ezcBaseOptions
   |
   --ezcGraphDriverOptions
      |
      --ezcGraphFlashDriverOptions

Properties

float read/write  $circleResolution
Resolution for circles, until I understand how to draw ellipses with SWFShape::curveTo()
int read/write  $compression
Compression level used for generated flash file

Inherited Member Variables

From ezcBaseOptions:
protected  ezcBaseOptions::$properties

Inherited Methods

From ezcGraphDriverOptions :
public void ezcGraphDriverOptions::__set()
Set an option value
From ezcBaseOptions :
public void ezcBaseOptions::__construct()
Construct a new options object.
public void ezcBaseOptions::merge()
Merge an array into the actual options object.
public bool ezcBaseOptions::offsetExists()
Returns if an option exists.
public mixed ezcBaseOptions::offsetGet()
Returns an option value.
public void ezcBaseOptions::offsetSet()
Set an option.
public void ezcBaseOptions::offsetUnset()
Unset an option.
public mixed ezcBaseOptions::__get()
Property get access.
Last updated: Thu, 01 Nov 2007