public abstract static class ColorIterator.ADefaultStepping extends java.lang.Object implements ColorIterator.ISteppingModel
| Modifier and Type | Field and Description |
|---|---|
protected double |
m_stepping
The internal step width.
|
| Constructor and Description |
|---|
ColorIterator.ADefaultStepping()
Creates a stepper with 100 steps in the color space.
|
ColorIterator.ADefaultStepping(int steps)
Creates a stepper with the given step length.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.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, waitdoSteppublic ColorIterator.ADefaultStepping()
public ColorIterator.ADefaultStepping(int steps)
steps - the amount of steps to do in the color space.public java.lang.Object clone()
clone in interface ColorIterator.ISteppingModelclone in class java.lang.Objectpublic void setSteps(int steps)
ColorIterator.ISteppingModelsetSteps in interface ColorIterator.ISteppingModelsteps - the amount of steps in the color space.ColorIterator.ISteppingModel.setSteps(int)Copyright © 2001 - 2010 LGPL, All Rights Footloose.