Uses of Class
nl.tudelft.simulation.dsol.web.animation.d2.HtmlAnimationPanel
Package
Description
package-info.java.
Web Animation classes specific for OTS.
-
Uses of HtmlAnimationPanel in nl.tudelft.simulation.dsol.jetty.sse
Modifier and TypeMethodDescriptionfinal HtmlAnimationPanel
OtsWebModel.getAnimationPanel()
final HtmlAnimationPanel
OtsWebServer.getAnimationPanel()
-
Uses of HtmlAnimationPanel in org.opentrafficsim.web.animation
Modifier and TypeMethodDescriptionstatic final void
WebAnimationToggles.hideAnimationClass
(HtmlAnimationPanel panel, Class<? extends nl.tudelft.simulation.dsol.animation.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 final void
WebAnimationToggles.showAnimationClass
(HtmlAnimationPanel panel, Class<? extends nl.tudelft.simulation.dsol.animation.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.