Class ColorIterator.ADefaultStepping

java.lang.Object
info.monitorenter.gui.util.ColorIterator.ADefaultStepping
All Implemented Interfaces:
ColorIterator.ISteppingModel, Cloneable
Direct Known Subclasses:
ColorIterator.AlphaStepper, ColorIterator.HueStepper, ColorIterator.LuminanceStepper, ColorIterator.SaturationStepper
Enclosing class:
ColorIterator

public abstract static class ColorIterator.ADefaultStepping extends Object implements ColorIterator.ISteppingModel
Just for protected internal float stepping.

  • Field Details

    • m_stepping

      protected double m_stepping
      The internal step width.
  • Constructor Details

    • ADefaultStepping

      public ADefaultStepping()
      Creates a stepper with 100 steps in the color space.

    • ADefaultStepping

      public ADefaultStepping(int steps)
      Creates a stepper with the given step length.

      Parameters:
      steps - the amount of steps to do in the color space.
  • Method Details