java.lang.Cloneable
ColorIterator.ADefaultStepping
, ColorIterator.AlphaStepper
, ColorIterator.APiggyBackStepper
, ColorIterator.HSBStepper
, ColorIterator.HSStepper
, ColorIterator.HueStepper
, ColorIterator.LuminanceStepper
, ColorIterator.SaturationStepper
public static interface ColorIterator.ISteppingModel
extends java.lang.Cloneable
Modifier and Type | Method | Description |
---|---|---|
java.lang.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.
|
java.lang.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.