Public Member Functions | Static Public Member Functions | Public Attributes | Protected Attributes

GoogleChartSolidFillType Class Reference

Inheritance diagram for GoogleChartSolidFillType:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 toString ()

Static Public Member Functions

static create ($id)

Public Attributes

const CHART_AREA = 0x1
const BACKGROUND = 0x2
const TRANSPARENCY = 0x3

Protected Attributes

 $names

Detailed Description

Definition at line 15 of file GoogleChartSolidFillType.class.php.


Member Function Documentation

static GoogleChartSolidFillType::create ( id  )  [static]
GoogleChartSolidFillType::toString (  ) 

Reimplemented from Enumeration.

Definition at line 35 of file GoogleChartSolidFillType.class.php.


Member Data Documentation

GoogleChartSolidFillType::$names [protected]
Initial value:
 array(
            self::CHART_AREA    => 'c',
            self::BACKGROUND    => 'bg',
            self::TRANSPARENCY  => 'a'
        )

Reimplemented from Enumeration.

Definition at line 21 of file GoogleChartSolidFillType.class.php.

Definition at line 18 of file GoogleChartSolidFillType.class.php.

Referenced by GoogleChart::addBackgroundFiller().

Definition at line 17 of file GoogleChartSolidFillType.class.php.

Referenced by GoogleChart::addChartAreaFiller().


The documentation for this class was generated from the following file: