Uses of Class
org.opentrafficsim.swing.gui.OTSAnimationPanel
Package | Description |
---|---|
org.opentrafficsim.swing.gui |
Swing components that are used in OpenTrafficSim.
|
org.opentrafficsim.swing.script |
Helper classes for animation.
|
-
Uses of OTSAnimationPanel in org.opentrafficsim.swing.gui
Methods in org.opentrafficsim.swing.gui that return OTSAnimationPanel Modifier and Type Method Description OTSAnimationPanel
OTSSimulationApplication. getAnimationPanel()
Returns the animation panel.Methods in org.opentrafficsim.swing.gui with parameters of type OTSAnimationPanel Modifier and Type Method Description static void
AnimationToggles. hideAnimationClass(OTSAnimationPanel panel, java.lang.Class<? extends Locatable> locatableClass)
Set a class to be shown in the animation to false.static void
AnimationToggles. setIconAnimationTogglesFull(OTSAnimationPanel panel)
Set all animation on, and create the toggles on the left hand side.static void
AnimationToggles. setIconAnimationTogglesStandard(OTSAnimationPanel panel)
Set the most common animation on, and create the toggles on the left hand side.static void
AnimationToggles. setTextAnimationTogglesFull(OTSAnimationPanel panel)
Set all animation on, and create the toggles on the left hand side.static void
AnimationToggles. setTextAnimationTogglesStandard(OTSAnimationPanel panel)
Set the most common animation on, and create the toggles on the left hand side.static void
AnimationToggles. showAnimationClass(OTSAnimationPanel panel, java.lang.Class<? extends Locatable> locatableClass)
Set a class to be shown in the animation to true.static void
AnimationToggles. showAnimationFull(OTSAnimationPanel panel)
Set all animation on, and create the toggles on the left hand side.static void
AnimationToggles. showAnimationStandard(OTSAnimationPanel panel)
Set the most common animation on, and create the toggles on the left hand side.Constructors in org.opentrafficsim.swing.gui with parameters of type OTSAnimationPanel Constructor Description DisposeOnCloseThread(OTSAnimationPanel panel)
OTSSimulationApplication(T model, OTSAnimationPanel panel)
-
Uses of OTSAnimationPanel in org.opentrafficsim.swing.script
Methods in org.opentrafficsim.swing.script with parameters of type OTSAnimationPanel Modifier and Type Method Description protected void
AbstractSimulationScript. setAnimationToggles(OTSAnimationPanel animation)
Sets the animation toggles.protected void
AbstractSimulationScript. setupDemo(OTSAnimationPanel animationPanel, OTSRoadNetwork net)
Method that is called when the animation has been created, to add components for a demo.