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 HTMLAnimationPanelOTSWebModel. getAnimationPanel()HTMLAnimationPanelOTSWebServer. 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 voidWebAnimationToggles. hideAnimationClass(HTMLAnimationPanel panel, java.lang.Class<? extends Locatable> locatableClass)Set a class to be shown in the animation to false.static voidWebAnimationToggles. setTextAnimationTogglesFull(HTMLAnimationPanel panel)Set all commonly used animation on, and create the toggles on the left hand side.static voidWebAnimationToggles. setTextAnimationTogglesStandard(HTMLAnimationPanel panel)Set the most common animation on, and create the toggles on the left hand side.static voidWebAnimationToggles. showAnimationClass(HTMLAnimationPanel panel, java.lang.Class<? extends Locatable> locatableClass)Set a class to be shown in the animation to true.static voidWebAnimationToggles. showAnimationFull(HTMLAnimationPanel panel)Set all commonly used animation on, and create the toggles on the left hand side.static voidWebAnimationToggles. showAnimationStandard(HTMLAnimationPanel panel)Set the most common animation on, and create the toggles on the left hand side.