public abstract static class ColorIterator.ADefaultStepping extends Object implements ColorIterator.ISteppingModel
Modifier and Type | Field and Description |
---|---|
protected double |
m_stepping
The internal step width.
|
Constructor and Description |
---|
ADefaultStepping()
Creates a stepper with 100 steps in the color space.
|
ADefaultStepping(int steps)
Creates a stepper with the given step length.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Too lazy to implement for each subclass.
|
void |
setSteps(int steps)
Sets the amount of steps in the color space.
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
doStep
public ADefaultStepping()
public ADefaultStepping(int steps)
steps
- the amount of steps to do in the color space.public Object clone()
clone
in interface ColorIterator.ISteppingModel
clone
in class 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)
Copyright © 2001 - 2010 LGPL, All Rights Footloose.