Class Range


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

      • Range

        public Range​(float min,
                     float max)
      • Range

        public Range​(double min,
                     double max)
    • Method Detail

      • createEnlarge

        public Range createEnlarge​(double ratio)