|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--analyzer.plot.AutoYRange
Implementation of Range
for reading the Y range off of
an XYDataSource
.
Field Summary | |
protected double |
pad
The amount of padding. |
protected XYDataSource |
source
The XYDataSource to query for current range. |
Constructor Summary | |
AutoYRange(XYDataSource source)
Constructor. |
|
AutoYRange(XYDataSource source,
double pad)
Constructor that asks for additional padding. |
Method Summary | |
double |
getHigh()
Return the upper limit of the coordinate range. |
double |
getLow()
Return the lower limit of the coordinate range. |
double |
length()
Return the extent of the coordinate range, high-low. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected XYDataSource source
XYDataSource
to query for current range.protected double pad
Constructor Detail |
public AutoYRange(XYDataSource source)
public AutoYRange(XYDataSource source, double pad)
Method Detail |
public double getLow()
public double getHigh()
public double length()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |