borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.util
java.lang.Object +----borland.jbcl.util.ColorWheel
Variables Constructors Properties Methods
The ColorWheel component is a rainbow color iterator. Use its next() method to cycle through the rainbow colors.
public static final int BLUE_TO_MAGENTA = 5
public static final int CYAN_TO_BLUE = 4
public static final int GREEN_TO_CYAN = 3
public static final int MAGENTA_TO_RED = 6
public static final int RED_TO_YELLOW = 1
public static final int YELLOW_TO_GREEN = 2
public ColorWheel()
public ColorWheel(java.awt.Color startColor)
public ColorWheel(java.awt.Color startColor, int startCycle)
public ColorWheel(java.awt.Color startColor, int startCycle, int increment)
public Color getColor() public void setColor(java.awt.Color newColor)
public int getCycle() public void setCycle(int newCycle)
public int getIncrement() public void setIncrement(int newIncrement)
public Color next()
public Color next(java.awt.Color color)