|
|||||||||
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
info.monitorenter.gui.util.ColorIterator.APiggyBackStepper
public abstract static class ColorIterator.APiggyBackStepper
Base class for stepping models that may step in each direction of the Hue Saturation Luminance color space.
Field Summary | |
---|---|
protected ColorIterator.HueStepper |
m_huestep
The hue stepper to use. |
protected ColorIterator.LuminanceStepper |
m_lumstep
The luminance stepper to use. |
protected ColorIterator.SaturationStepper |
m_satstep
The saturation stepper to use. |
Fields inherited from class info.monitorenter.gui.util.ColorIterator.ADefaultStepping |
---|
m_stepping |
Constructor Summary | |
---|---|
ColorIterator.APiggyBackStepper()
Defcon. |
|
ColorIterator.APiggyBackStepper(float hueStepping,
float satStepping,
float lumStepping)
Creates an instance that uses the given step lengths for hue, luminance and saturation. |
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 ColorIterator.HueStepper m_huestep
protected ColorIterator.SaturationStepper m_satstep
protected ColorIterator.LuminanceStepper m_lumstep
Constructor Detail |
---|
public ColorIterator.APiggyBackStepper()
public ColorIterator.APiggyBackStepper(float hueStepping, float satStepping, float lumStepping) throws IllegalArgumentException
hueStepping
- the step length on the hue line of the HSB color space.satStepping
- the step length on the saturation line of the HSB color space.lumStepping
- the step length on the luminance line of the HSB color space.
IllegalArgumentException
- if any of the arguments is <= 0.0 or >= 1.0.Method Detail |
---|
public Object clone()
ColorIterator.ADefaultStepping
clone
in interface ColorIterator.ISteppingModel
clone
in class ColorIterator.ADefaultStepping
Object.clone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |