Class ColorIterator.APiggyBackStepper

java.lang.Object
info.monitorenter.gui.util.ColorIterator.APiggyBackStepper
All Implemented Interfaces:
ColorIterator.ISteppingModel, Cloneable
Direct Known Subclasses:
ColorIterator.HSBStepper, ColorIterator.HSStepper
Enclosing class:
ColorIterator

public abstract static class ColorIterator.APiggyBackStepper extends Object implements ColorIterator.ISteppingModel
Base class for stepping models that may step in each direction of the Hue Saturation Luminance color space.

Version:
$Revision: 1.10 $
Author:
Achim Westermann
  • Field Details

  • Constructor Details

    • APiggyBackStepper

      public APiggyBackStepper()
      Creates an instance with an amount of steps of 100 for hue, saturation and luminance.

    • APiggyBackStepper

      public APiggyBackStepper(int hueSteps, int satSteps, int lumSteps)
      Creates an instance that uses the given amount of steps for hue, luminance and saturation.

      Parameters:
      hueSteps - the amount of steps on the hue line of the HSB color space.
      satSteps - the amount of steps on the saturation line of the HSB color space.
      lumSteps - the amount of steps on the luminance line of the HSB color space.
  • Method Details