|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.monitorenter.gui.util.ColorIterator.ADefaultStepping info.monitorenter.gui.util.ColorIterator.AlphaStepper
public static class ColorIterator.AlphaStepper
A stepping model that steps on the alpha channel of the HSB color space.
Field Summary |
---|
Fields inherited from class info.monitorenter.gui.util.ColorIterator.ADefaultStepping |
---|
m_stepping |
Constructor Summary | |
---|---|
ColorIterator.AlphaStepper()
Creates an instance with 100 alpha steps. |
|
ColorIterator.AlphaStepper(int steps)
Creates an instance with the given stepping to go on the alpha channel of the color space. |
Method Summary | |
---|---|
void |
doStep(ColorIterator tostep)
Performs a alpha step on the given ColorIterator's HSBColor. |
void |
setSteps(int steps)
Sets the amount of steps in the color space. |
Methods inherited from class info.monitorenter.gui.util.ColorIterator.ADefaultStepping |
---|
clone |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColorIterator.AlphaStepper()
public ColorIterator.AlphaStepper(int steps)
steps
- the amount of steps to take on the saturation line.Method Detail |
---|
public void doStep(ColorIterator tostep)
The bounds are watched: if a step would cross 255, it will be continued beginning from 0. if a step would cross the alpha value of the ColorIterator's start alpha, the step will only go as far as this value. Else there would be problems with finding the end of the iteration.
tostep
- the color iterator to perform the step on.public void setSteps(int steps)
ColorIterator.ISteppingModel
setSteps
in interface ColorIterator.ISteppingModel
setSteps
in class ColorIterator.ADefaultStepping
steps
- the amount of steps in the color space.ColorIterator.ADefaultStepping.setSteps(int)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |