|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.monitorenter.gui.util.ColorIterator.ADefaultStepping
public abstract static class ColorIterator.ADefaultStepping
Just for protected internal float stepping.
Field Summary | |
---|---|
protected float |
m_stepping
The amount of stepping. |
Constructor Summary | |
---|---|
ColorIterator.ADefaultStepping()
Creates a stepper with 100 steps in the color space. |
|
ColorIterator.ADefaultStepping(float stepping)
Creates a stepper with the given step length. |
Method Summary | |
---|---|
Object |
clone()
Too lazy to implement for each subclass. |
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 float m_stepping
Constructor Detail |
---|
public ColorIterator.ADefaultStepping()
public ColorIterator.ADefaultStepping(float stepping) throws IllegalArgumentException
stepping
- a step length in-between 0.0 and 1.0.
IllegalArgumentException
- if the stepping is <= 0.0 or >=1.0.Method Detail |
---|
public Object clone()
clone
in interface ColorIterator.ISteppingModel
clone
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |