Public Member Functions | |
__construct (GoogleChartAxisType $type) | |
getType () | |
setRange (BaseRange $range) | |
hasRange () | |
getRange () | |
setLabel (GoogleChartAxisLabel $label) | |
getLabel () | |
setInterval ($interval) | |
getInterval () | |
Static Public Member Functions | |
static | create (GoogleChartAxisType $type) |
Private Attributes | |
$type = null | |
$range = null | |
$label = null | |
$interval = null |
Definition at line 15 of file GoogleChartAxis.class.php.
GoogleChartAxis::__construct | ( | GoogleChartAxisType $ | type | ) |
Definition at line 33 of file GoogleChartAxis.class.php.
static GoogleChartAxis::create | ( | GoogleChartAxisType $ | type | ) | [static] |
Definition at line 28 of file GoogleChartAxis.class.php.
GoogleChartAxis::getInterval | ( | ) |
Definition at line 99 of file GoogleChartAxis.class.php.
GoogleChartAxis::getLabel | ( | ) |
Definition at line 82 of file GoogleChartAxis.class.php.
GoogleChartAxis::getRange | ( | ) |
Definition at line 64 of file GoogleChartAxis.class.php.
GoogleChartAxis::getType | ( | ) |
Definition at line 41 of file GoogleChartAxis.class.php.
Referenced by GoogleChartAxisCollection::addAxis().
GoogleChartAxis::hasRange | ( | ) |
Definition at line 56 of file GoogleChartAxis.class.php.
GoogleChartAxis::setInterval | ( | $ | interval | ) |
Definition at line 90 of file GoogleChartAxis.class.php.
References $interval, and Assert::isTrue().
GoogleChartAxis::setLabel | ( | GoogleChartAxisLabel $ | label | ) |
Definition at line 72 of file GoogleChartAxis.class.php.
GoogleChartAxis::setRange | ( | BaseRange $ | range | ) |
Definition at line 49 of file GoogleChartAxis.class.php.
GoogleChartAxis::$interval = null [private] |
Definition at line 23 of file GoogleChartAxis.class.php.
Referenced by setInterval().
GoogleChartAxis::$label = null [private] |
Definition at line 21 of file GoogleChartAxis.class.php.
GoogleChartAxis::$range = null [private] |
Definition at line 19 of file GoogleChartAxis.class.php.
GoogleChartAxis::$type = null [private] |
Definition at line 17 of file GoogleChartAxis.class.php.