Package kg.apc.charting.colors
Class CycleColors
- java.lang.Object
-
- kg.apc.charting.colors.CycleColors
-
- All Implemented Interfaces:
java.io.Serializable,ColorsDispatcher
public class CycleColors extends java.lang.Object implements ColorsDispatcher
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CycleColors()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.ColorgetNextColor()voidreset()
-
-
-
Method Detail
-
reset
public void reset()
- Specified by:
resetin interfaceColorsDispatcher
-
getNextColor
public java.awt.Color getNextColor()
- Specified by:
getNextColorin interfaceColorsDispatcher
-
-