Uses of Class
nl.tudelft.simulation.dsol.web.animation.d2.HtmlAnimationPanel
Packages that use HtmlAnimationPanel
Package
Description
package-info.java.
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 HtmlAnimationPanelModifier and TypeMethodDescriptionfinal HtmlAnimationPanelOtsWebModel.getAnimationPanel()final HtmlAnimationPanelOtsWebServer.getAnimationPanel() -
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 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 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.