info.monitorenter.gui.util
Interface ColorIterator.ISteppingModel

All Superinterfaces:
Cloneable
All Known Implementing Classes:
ColorIterator.ADefaultStepping, ColorIterator.APiggyBackStepper, ColorIterator.HSBStepper, ColorIterator.HSStepper, ColorIterator.HueStepper, ColorIterator.LuminanceStepper, ColorIterator.SaturationStepper
Enclosing class:
ColorIterator

public static interface ColorIterator.ISteppingModel
extends Cloneable

Defines the strategy of walking through the HSB color space.

Version:
$Revision: 1.3 $
Author:
Achim Westermann

Method Summary
 Object clone()
          Creates a clone of this stepper.
 void doStep(ColorIterator tostep)
          Performs a step on the given color iterator.
 

Method Detail

doStep

void doStep(ColorIterator tostep)
Performs a step on the given color iterator.

Parameters:
tostep - the color iterator to perform a step on.

clone

Object clone()
Creates a clone of this stepper.

Returns:
a clone of this stepper.


Copyright © 2001 - 2007 LGPL, All Rights Footloose.