Class MPFloatRange


  • public class MPFloatRange
    extends java.lang.Object
    MPFloatRange
    • Constructor Summary

      Constructors 
      Constructor Description
      MPFloatRange​(float start, float end)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float getEnd()  
      float getStart()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MPFloatRange

        public MPFloatRange​(float start,
                            float end)
    • Method Detail

      • getStart

        public float getStart()
      • getEnd

        public float getEnd()