ColorSet Class Reference
List of all members.Public Member Functions | |
| ColorSet ($colorList, $shadowFactor) | |
| reset () | |
| next () | |
| currentColor () | |
| currentShadowColor () | |
Public Attributes | |
| $colorList | |
| $shadowColorList | |
Detailed Description
A set of colors, used for drawing series of data.
Member Function Documentation
| ColorSet::ColorSet | ( | $ | colorList, | |
| $ | shadowFactor | |||
| ) |
| ColorSet::reset | ( | ) |
Reset the iterator over the collections of colors.
| ColorSet::next | ( | ) |
Iterate over the colors and shadow colors. When we go after the last one, loop over (TODO).
| ColorSet::currentColor | ( | ) |
Returns the current color.
- Returns:
- Current color
| ColorSet::currentShadowColor | ( | ) |
Returns the current shadow color.
- Returns:
- Current shadow color
The documentation for this class was generated from the following file:
- ColorSet.php