Public Member Functions | |
__construct () | |
setPrecisionLevel ($level) | |
getPrecisionLevel () | |
setType (LabelStyleType $type) | |
getType () | |
setWithTrailingZero ($orly=true) | |
withTrailingZero () | |
toString () | |
Static Public Member Functions | |
static | create () |
Protected Attributes | |
$name = 'N' | |
Private Attributes | |
$precisionLevel = null | |
$type = null | |
$withTrailingZero = false |
Definition at line 17 of file GoogleChartLabelStyleNumberType.class.php.
GoogleChartLabelStyleNumberType::__construct | ( | ) |
Definition at line 35 of file GoogleChartLabelStyleNumberType.class.php.
static GoogleChartLabelStyleNumberType::create | ( | ) | [static] |
Definition at line 30 of file GoogleChartLabelStyleNumberType.class.php.
GoogleChartLabelStyleNumberType::getPrecisionLevel | ( | ) |
Definition at line 50 of file GoogleChartLabelStyleNumberType.class.php.
GoogleChartLabelStyleNumberType::getType | ( | ) |
Definition at line 68 of file GoogleChartLabelStyleNumberType.class.php.
GoogleChartLabelStyleNumberType::setPrecisionLevel | ( | $ | level | ) |
Definition at line 43 of file GoogleChartLabelStyleNumberType.class.php.
GoogleChartLabelStyleNumberType::setType | ( | LabelStyleType $ | type | ) |
Definition at line 58 of file GoogleChartLabelStyleNumberType.class.php.
GoogleChartLabelStyleNumberType::setWithTrailingZero | ( | $ | orly = true |
) |
Definition at line 76 of file GoogleChartLabelStyleNumberType.class.php.
References withTrailingZero().
GoogleChartLabelStyleNumberType::toString | ( | ) |
Reimplemented from BaseGoogleChartLabelStyleType.
Definition at line 88 of file GoogleChartLabelStyleNumberType.class.php.
References withTrailingZero().
GoogleChartLabelStyleNumberType::withTrailingZero | ( | ) |
Definition at line 83 of file GoogleChartLabelStyleNumberType.class.php.
Referenced by setWithTrailingZero(), and toString().
GoogleChartLabelStyleNumberType::$name = 'N' [protected] |
Reimplemented from BaseGoogleChartLabelStyleType.
Definition at line 20 of file GoogleChartLabelStyleNumberType.class.php.
GoogleChartLabelStyleNumberType::$precisionLevel = null [private] |
Definition at line 22 of file GoogleChartLabelStyleNumberType.class.php.
GoogleChartLabelStyleNumberType::$type = null [private] |
Definition at line 23 of file GoogleChartLabelStyleNumberType.class.php.
GoogleChartLabelStyleNumberType::$withTrailingZero = false [private] |
Definition at line 24 of file GoogleChartLabelStyleNumberType.class.php.