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)
Construct a panel that looks like the DSOLPanel for quick building of OTS applications.
|
Modifier and Type | Method and Description |
---|---|
SimpleAnimator |
AbstractWrappableAnimation.buildAnimator(org.djunits.value.vdouble.scalar.Time startTime,
org.djunits.value.vdouble.scalar.Duration warmupPeriod,
org.djunits.value.vdouble.scalar.Duration runLength,
List<org.opentrafficsim.base.modelproperties.Property<?>> userModifiedProperties,
Rectangle rect,
boolean eoc)
Build the animation.
|
protected SimpleAnimator |
AbstractWrappableAnimation.buildSimpleAnimator(org.djunits.value.vdouble.scalar.Time startTime,
org.djunits.value.vdouble.scalar.Duration warmupPeriod,
org.djunits.value.vdouble.scalar.Duration runLength,
OTSModelInterface otsModel)
Build the animator.
|
protected SimpleAnimator |
AbstractWrappableAnimation.buildSimpleAnimator(org.djunits.value.vdouble.scalar.Time startTime,
org.djunits.value.vdouble.scalar.Duration warmupPeriod,
org.djunits.value.vdouble.scalar.Duration runLength,
OTSModelInterface otsModel,
int replicationNumber)
Build the animator with the specified replication number.
|
Copyright © 2014–2017 Delft University of Technology. All rights reserved.