|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ChronDirection | |
| org.jeospace.simulation | Contains classes to configure, manage and control the simulation/visulation environment. |
| Uses of ChronDirection in org.jeospace.simulation |
| Fields in org.jeospace.simulation declared as ChronDirection | |
static ChronDirection |
ChronDirection.FORWARD
Constant value indicating that time is running forward |
static ChronDirection |
ChronDirection.BACKWARD
Constant value indicating that time is running backward |
| Methods in org.jeospace.simulation that return ChronDirection | |
ChronDirection |
Chronometer.getDirection()
Return the value indicating the direction of time flow of the Chronometer. |
static ChronDirection[] |
ChronDirection.getChronDirections()
Return an array of the defined ChronDirection objects |
| Methods in org.jeospace.simulation with parameters of type ChronDirection | |
void |
Chronometer.setDirection(ChronDirection directionValue)
Set the direction of time flow of the Chronometer. |
void |
Chronometer.setStateAndDirection(ChronState stateValue,
ChronDirection directionValue)
Set the run state and direction of time flow of the Chronometer. |
|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||