|
|||||||||
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
public abstract static class ColorIterator.ADefaultStepping
Just for protected internal float stepping.
Field Summary | |
---|---|
protected double |
m_stepping
The internal step width. |
Constructor Summary | |
---|---|
ColorIterator.ADefaultStepping()
Creates a stepper with 100 steps in the color space. |
|
ColorIterator.ADefaultStepping(int steps)
Creates a stepper with the given step length. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Too lazy to implement for each subclass. |
void |
setSteps(int steps)
Sets the amount of steps in the color space. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface info.monitorenter.gui.util.ColorIterator.ISteppingModel |
---|
doStep |
Field Detail |
---|
protected double m_stepping
Constructor Detail |
---|
public ColorIterator.ADefaultStepping()
public ColorIterator.ADefaultStepping(int steps)
steps
- the amount of steps to do in the color space.Method Detail |
---|
public java.lang.Object clone()
clone
in interface ColorIterator.ISteppingModel
clone
in class java.lang.Object
public void setSteps(int steps)
ColorIterator.ISteppingModel
setSteps
in interface ColorIterator.ISteppingModel
steps
- the amount of steps in the color space.ColorIterator.ISteppingModel.setSteps(int)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |