Package info.monitorenter.gui.util
Class ColorIterator.HSStepper
java.lang.Object
info.monitorenter.gui.util.ColorIterator.APiggyBackStepper
info.monitorenter.gui.util.ColorIterator.HSStepper
- All Implemented Interfaces:
ColorIterator.ISteppingModel
,Cloneable
- Enclosing class:
- ColorIterator
Performs hue steps until it has walked the whole hue line, then performs a
saturation step to start with hue steps again.
- Version:
- $Revision: 1.10 $
- Author:
- Achim Westermann
-
Field Summary
Fields inherited from class info.monitorenter.gui.util.ColorIterator.APiggyBackStepper
m_huestep, m_lumstep, m_satstep
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance that will perform 100 steps on the hue line and then 100 steps on the saturation line. -
Method Summary
Modifier and TypeMethodDescriptionvoid
doStep
(ColorIterator tostep) Performs a step on the given color iterator.Methods inherited from class info.monitorenter.gui.util.ColorIterator.APiggyBackStepper
clone, setSteps
-
Constructor Details
-
HSStepper
public HSStepper()Creates an instance that will perform 100 steps on the hue line and then 100 steps on the saturation line.
-
-
Method Details
-
doStep
Description copied from interface:ColorIterator.ISteppingModel
Performs a step on the given color iterator.- Parameters:
tostep
- the color iterator to perform a step on.- See Also:
-