Public Member Functions | |
__construct (GoogleChartSolidFillType $type) | |
setColor (Color $color) | |
getColor () | |
toString () | |
Static Public Member Functions | |
static | create (GoogleChartSolidFillType $type) |
static | getParamName () |
Static Protected Attributes | |
static | $paramName = 'chf' |
Private Attributes | |
$type = null | |
$color = null |
Definition at line 15 of file GoogleChartSolidFill.class.php.
GoogleChartSolidFill::__construct | ( | GoogleChartSolidFillType $ | type | ) |
Definition at line 30 of file GoogleChartSolidFill.class.php.
static GoogleChartSolidFill::create | ( | GoogleChartSolidFillType $ | type | ) | [static] |
Definition at line 25 of file GoogleChartSolidFill.class.php.
GoogleChartSolidFill::getColor | ( | ) |
Definition at line 48 of file GoogleChartSolidFill.class.php.
static GoogleChartSolidFill::getParamName | ( | ) | [static] |
Definition at line 64 of file GoogleChartSolidFill.class.php.
Referenced by GoogleChartSolidFillCollection::toString().
GoogleChartSolidFill::setColor | ( | Color $ | color | ) |
Definition at line 38 of file GoogleChartSolidFill.class.php.
GoogleChartSolidFill::toString | ( | ) |
Implements Stringable.
Definition at line 53 of file GoogleChartSolidFill.class.php.
References Assert::isNotNull().
GoogleChartSolidFill::$color = null [private] |
Definition at line 20 of file GoogleChartSolidFill.class.php.
GoogleChartSolidFill::$paramName = 'chf' [static, protected] |
Definition at line 17 of file GoogleChartSolidFill.class.php.
GoogleChartSolidFill::$type = null [private] |
Definition at line 19 of file GoogleChartSolidFill.class.php.