|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jeospace.simulation.ChronDirection
Constant object identifiers indicating the direction of time flow
of the Chronometer.
Chronometer| Field Summary | |
static ChronDirection |
BACKWARD
Constant value indicating that time is running backward |
static ChronDirection |
FORWARD
Constant value indicating that time is running forward |
java.lang.String |
name
The name of the direction. |
| Constructor Summary | |
protected |
ChronDirection(java.lang.String name)
Protected Constructor |
| Method Summary | |
static ChronDirection[] |
getChronDirections()
Return an array of the defined ChronDirection objects |
java.lang.String |
toString()
Return the name of the direction. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final ChronDirection FORWARD
public static final ChronDirection BACKWARD
public final java.lang.String name
| Constructor Detail |
protected ChronDirection(java.lang.String name)
name - the name of the direction.| Method Detail |
public static ChronDirection[] getChronDirections()
ChronDirection objects
ChronDirection objectspublic java.lang.String toString()
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||