|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.ejtools.graph.Range
Description of the Class
| Field Summary | |
protected double |
max
Description of the Field |
protected double |
min
Description of the Field |
static int |
X_AXIS
Description of the Field |
static int |
Y_AXIS
Description of the Field |
| Constructor Summary | |
Range(double min,
double max)
Constructor for the Range object |
|
| Method Summary | |
Range |
compose(Range range)
Description of the Method |
double |
getMax()
Gets the max attribute of the Range object |
double |
getMin()
Gets the min attribute of the Range object |
void |
put(double value)
Description of the Method |
void |
setMax(double max)
Sets the max. |
void |
setMin(double min)
Sets the min. |
java.lang.String |
toString()
Description of the Method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected double max
protected double min
public static final int X_AXIS
public static final int Y_AXIS
| Constructor Detail |
public Range(double min,
double max)
min - Description of the Parametermax - Description of the Parameter| Method Detail |
public Range compose(Range range)
range - Description of the Parameter
public double getMax()
public double getMin()
public void put(double value)
value - Description of the Parameterpublic void setMax(double max)
max - The max to setpublic void setMin(double min)
min - The min to setpublic java.lang.String toString()
toString in class java.lang.Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||