|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.omegahat.Graphics.Plots.AxisRange
the representation of the layout of an axis.
| Field Summary | |
double |
hi
|
double |
lo
|
int |
numGaps
|
| Constructor Summary | |
AxisRange()
|
|
| Method Summary | |
double |
max()
|
double |
max(double val)
|
double |
min()
|
double |
min(double val)
|
int |
numGaps()
|
int |
numGaps(int val)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public double lo
public double hi
public int numGaps
| Constructor Detail |
public AxisRange()
| Method Detail |
public double min()
min in interface AxisRangeIntpublic double min(double val)
min in interface AxisRangeIntpublic double max()
max in interface AxisRangeIntpublic double max(double val)
max in interface AxisRangeIntpublic int numGaps()
numGaps in interface AxisRangeIntpublic int numGaps(int val)
numGaps in interface AxisRangeInt
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||