public static interface ColorIterator.ISteppingModel extends Cloneable
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Creates a clone of this stepper.
|
void |
doStep(ColorIterator tostep)
Performs a step on the given color iterator.
|
void |
setSteps(int steps)
Sets the amount of steps in the color space.
|
Object clone()
void doStep(ColorIterator tostep)
tostep
- the color iterator to perform a step on.void setSteps(int steps)
steps
- the amount of steps in the color space.Copyright © 2001 - 2010 LGPL, All Rights Footloose.