|
Purple Code | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.purpletech.graph.BasicRange
| Constructor Summary | |
BasicRange(int min,
int max,
Unit unit)
|
|
| Method Summary | |
int |
getMax()
|
int |
getMin()
|
Unit |
getUnit()
|
void |
setMax(int x)
|
void |
setMin(int x)
|
void |
setUnit(Unit x)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BasicRange(int min,
int max,
Unit unit)
| Method Detail |
public int getMin()
getMin in interface Rangepublic int getMax()
getMax in interface Rangepublic Unit getUnit()
getUnit in interface Rangepublic void setMin(int x)
public void setMax(int x)
public void setUnit(Unit x)
|
Documentation generated March 5 2003 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||