public class Range extends java.lang.Object
Range()
Range(float min, float max)
float
getBetween(float position)
getMax()
getMin()
void
setMax(float m)
setMin(float m)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Range()
public Range(float min, float max)
public float getMin()
public float getMax()
public void setMin(float m)
public void setMax(float m)
public float getBetween(float position)