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 |
Definition at line 15 of file GoogleChartSolidFillType.class.php.
static GoogleChartSolidFillType::create | ( | $ | id | ) | [static] |
Definition at line 30 of file GoogleChartSolidFillType.class.php.
References IdentifiableObject::$id.
Referenced by GoogleChart::addBackgroundFiller(), GoogleChart::addChartAreaFiller(), and GoogleChart::addTransparencyFiller().
GoogleChartSolidFillType::toString | ( | ) |
Reimplemented from Enumeration.
Definition at line 35 of file GoogleChartSolidFillType.class.php.
GoogleChartSolidFillType::$names [protected] |
array( self::CHART_AREA => 'c', self::BACKGROUND => 'bg', self::TRANSPARENCY => 'a' )
Reimplemented from Enumeration.
Definition at line 21 of file GoogleChartSolidFillType.class.php.
const GoogleChartSolidFillType::BACKGROUND = 0x2 |
Definition at line 18 of file GoogleChartSolidFillType.class.php.
Referenced by GoogleChart::addBackgroundFiller().
const GoogleChartSolidFillType::CHART_AREA = 0x1 |
Definition at line 17 of file GoogleChartSolidFillType.class.php.
Referenced by GoogleChart::addChartAreaFiller().
const GoogleChartSolidFillType::TRANSPARENCY = 0x3 |
Definition at line 19 of file GoogleChartSolidFillType.class.php.
Referenced by GoogleChart::addTransparencyFiller().