Package | Description |
---|---|
org.opentrafficsim.gui |
Swing components that are used in OpenTrafficSim.
|
org.opentrafficsim.simulationengine |
Wrappers and stubs for the DSOL simulation engine.
|
Constructor and Description |
---|
OTSAnimationPanel(Rectangle2D extent,
Dimension size,
SimpleAnimator simulator,
WrappableAnimation wrappableAnimation,
GTUColorer gtuColorer,
OTSNetwork network)
Construct a panel that looks like the DSOLPanel for quick building of OTS applications.
|
Modifier and Type | Method and Description |
---|---|
SimpleAnimator |
AbstractWrappableAnimation.buildAnimator(Time startTime,
Duration warmupPeriod,
Duration runLength,
List<Property<?>> userModifiedProperties,
Rectangle rect,
boolean eoc)
Build the animation.
|
protected SimpleAnimator |
AbstractWrappableAnimation.buildSimpleAnimator(Time startTime,
Duration warmupPeriod,
Duration runLength,
OTSModelInterface otsModel)
Build the animator.
|
protected SimpleAnimator |
AbstractWrappableAnimation.buildSimpleAnimator(Time startTime,
Duration warmupPeriod,
Duration runLength,
OTSModelInterface otsModel,
int replicationNumber)
Build the animator with the specified replication number.
|
Copyright © 2014–2018 Delft University of Technology. All rights reserved.