|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--analyzer.plot.CoordRange
Class for storing a two-dimensional coordinate range, given by two
Range
objects.
Field Summary | |
protected Range |
xRange
The x coordinate range |
protected Range |
yRange
The y coordinate range |
Constructor Summary | |
CoordRange()
Constructor defaults to (0,0) to (1,1). |
|
CoordRange(double xmin,
double ymin,
double xmax,
double ymax)
Constructor. |
|
CoordRange(Range xRange,
Range yRange)
Constructor. |
Method Summary | |
java.lang.Object |
clone()
|
double |
getXMax()
Return the maximum x value. |
double |
getXMin()
Return the minimum x value. |
double |
getYMax()
Return the maximum y value. |
double |
getYMin()
Return the minimum y value. |
double |
height()
Return the height of the coordinate range. |
double |
width()
Return the width of the coordinate range. |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected Range xRange
protected Range yRange
Constructor Detail |
public CoordRange()
public CoordRange(Range xRange, Range yRange)
public CoordRange(double xmin, double ymin, double xmax, double ymax)
Method Detail |
public java.lang.Object clone()
public double width()
public double height()
public double getXMin()
public double getYMin()
public double getXMax()
public double getYMax()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |