Class Range


public class Range extends Scale
For some naming relevance, a simple extention of Scale.
  • Constructor Details

    • Range

      public Range(float min, float max)
    • Range

      public Range(double min, double max)
  • Method Details

    • createEnlarge

      public Range createEnlarge(double ratio)