Uses of Class
nl.tudelft.simulation.dsol.web.animation.D2.HTMLAnimationPanel
Package | Description |
---|---|
nl.tudelft.simulation.dsol.jetty.sse |
package-info.java.
|
org.opentrafficsim.web.animation |
Web Animation classes specific for OTS.
|
-
Uses of HTMLAnimationPanel in nl.tudelft.simulation.dsol.jetty.sse
Methods in nl.tudelft.simulation.dsol.jetty.sse that return HTMLAnimationPanel Modifier and Type Method Description HTMLAnimationPanel
OTSWebModel. getAnimationPanel()
HTMLAnimationPanel
OTSWebServer. getAnimationPanel()
-
Uses of HTMLAnimationPanel in org.opentrafficsim.web.animation
Methods in org.opentrafficsim.web.animation with parameters of type HTMLAnimationPanel Modifier and Type Method Description static void
WebAnimationToggles. hideAnimationClass(HTMLAnimationPanel panel, java.lang.Class<? extends Locatable> locatableClass)
Set a class to be shown in the animation to false.static void
WebAnimationToggles. setTextAnimationTogglesFull(HTMLAnimationPanel panel)
Set all commonly used animation on, and create the toggles on the left hand side.static void
WebAnimationToggles. setTextAnimationTogglesStandard(HTMLAnimationPanel panel)
Set the most common animation on, and create the toggles on the left hand side.static void
WebAnimationToggles. showAnimationClass(HTMLAnimationPanel panel, java.lang.Class<? extends Locatable> locatableClass)
Set a class to be shown in the animation to true.static void
WebAnimationToggles. showAnimationFull(HTMLAnimationPanel panel)
Set all commonly used animation on, and create the toggles on the left hand side.static void
WebAnimationToggles. showAnimationStandard(HTMLAnimationPanel panel)
Set the most common animation on, and create the toggles on the left hand side.