|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectsimbad.gui.Simbatch
Runs simbad simulator in batch mode with no user interface (only small 3d window). Using the folling scenario: construct->reset->step, step ,..., step -> dispose-> System.exit
| Constructor Summary | |
Simbatch(EnvironmentDescription ed,
boolean do3DRendering)
Construct a batch version of Simbad simulator |
|
| Method Summary | |
void |
dispose()
Dispose resource at end. |
void |
reset()
Restart the simulation |
void |
step()
perform one step - call it in your main loop |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Simbatch(EnvironmentDescription ed,
boolean do3DRendering)
| Method Detail |
public void reset()
public void step()
public void dispose()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||