Class ColorIterator.ADefaultStepping

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected double m_stepping
      The internal step width.
    • Constructor Summary

      Constructors 
      Constructor Description
      ADefaultStepping()
      Creates a stepper with 100 steps in the color space.
      ADefaultStepping​(int steps)
      Creates a stepper with the given step length.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • m_stepping

        protected double m_stepping
        The internal step width.
    • Constructor Detail

      • 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.