Path

ez components / documentation / api reference / 2006.2 / graph


eZ Components 2006.2

Graph: ezcGraphDriverOptions

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

Class: ezcGraphDriverOptions

Class containing the basic options for charts [source]

Parents

ezcBaseOptions
   |
   --ezcGraphDriverOptions

Descendents

Child Class Description
ezcGraphSvgDriverOptions Class containing the basic options for charts
ezcGraphGdDriverOptions Class containing the basic options for charts
ezcGraphFlashDriverOptions Class containing the basic options for charts

Properties

int read/write  $font
Font used in the graph.
int read/write  $height
Height of the chart.
float read/write  $lineSpacing
Percent of font size used for line spacing
float read/write  $shadeCircularArc
Percent to darken circular arcs at the sides
int read/write  $width
Width of the chart.

Inherited Member Variables

From ezcBaseOptions:
protected  ezcBaseOptions::$properties

Method Summary

public void __set( $propertyName, $propertyValue )
Set an option value

Inherited Methods

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.

Methods

__set

void __set( string $propertyName, mixed $propertyValue )
Set an option value

Parameters

Name Type Description
$propertyName string  
$propertyValue mixed  

Throws

ClassDescription
ezcBasePropertyNotFoundException If a property is not defined in this class

Redefined in descendants as

Method Description
ezcGraphGdDriverOptions::__set() Set an option value

Last updated: Thu, 01 Nov 2007