public class Range extends Object implements Serializable
Range(double start, double end)
double
getEnd()
getStart()
void
setEnd(double end)
setStart(double start)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Range(double start, double end)
public double getStart()
public void setStart(double start)
public double getEnd()
public void setEnd(double end)
Copyright © 2015. All rights reserved.