Uses of Class
org.opentrafficsim.web.animation.d2.HtmlAnimationPanel
Packages that use HtmlAnimationPanel
Package
Description
package-info.java.
package-info.java.
-
Uses of HtmlAnimationPanel in org.opentrafficsim.web
Methods in org.opentrafficsim.web that return HtmlAnimationPanelModifier and TypeMethodDescriptionfinal HtmlAnimationPanelOtsWebModel.getAnimationPanel()Return animation panel.final HtmlAnimationPanelOtsWebServer.getAnimationPanel()Get animation panel. -
Uses of HtmlAnimationPanel in org.opentrafficsim.web.animation
Methods in org.opentrafficsim.web.animation with parameters of type HtmlAnimationPanelModifier and TypeMethodDescriptionstatic final voidWebAnimationToggles.hideAnimationClass(HtmlAnimationPanel panel, Class<? extends nl.tudelft.simulation.dsol.animation.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 final voidWebAnimationToggles.showAnimationClass(HtmlAnimationPanel panel, Class<? extends nl.tudelft.simulation.dsol.animation.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.