Uses of Class
org.opentrafficsim.swing.gui.OTSAnimationPanel
-
Packages that use 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, 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, 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)
OTSControlPanel(org.opentrafficsim.core.dsol.OTSSimulatorInterface simulator, org.opentrafficsim.core.dsol.OTSModelInterface model, OTSAnimationPanel otsAnimationPanel)
Decorate a SimpleSimulator with a different set of control buttons.OTSSearchPanel(OTSAnimationPanel otsAnimationPanel)
Construct a new OTSSearchPanel.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.
-