Jeospace API

Uses of Class
org.jeospace.simulation.ChronState

Packages that use ChronState
org.jeospace.simulation Contains classes to configure, manage and control the simulation/visulation environment. 
 

Uses of ChronState in org.jeospace.simulation
 

Fields in org.jeospace.simulation declared as ChronState
static ChronState ChronState.RUN
          Constant value indicating that the chronometer is running
static ChronState ChronState.STOP
          Constant value indicating that the chronometer is stopped
static ChronState ChronState.STEP
          Constant value indicating that the chronometer is being stepped
 

Methods in org.jeospace.simulation that return ChronState
 ChronState Chronometer.getState()
          Return the value indicating the run state of the Chronometer.
static ChronState[] ChronState.getChronStates()
          Return an array of the defined ChronState objects
 

Methods in org.jeospace.simulation with parameters of type ChronState
 void Chronometer.setState(ChronState stateValue)
          Set the run state of the Chronometer.
 void Chronometer.setStateAndDirection(ChronState stateValue, ChronDirection directionValue)
          Set the run state and direction of time flow of the Chronometer.
 


Jeospace API

Copyright © 2006 - jeospace.org