Uses of Class
org.opentrafficsim.animation.DefaultAnimationFactory
Packages that use DefaultAnimationFactory
Package
Description
Drawing information for animation, but non-specific for any type of visualization engine like Swing.
-
Uses of DefaultAnimationFactory in org.opentrafficsim.animation
Methods in org.opentrafficsim.animation that return DefaultAnimationFactoryModifier and TypeMethodDescriptionstatic DefaultAnimationFactory
DefaultAnimationFactory.animateNetwork
(org.opentrafficsim.core.network.Network network, nl.tudelft.simulation.naming.context.Contextualized contextualized, GtuColorerManager gtuColorerManager, Map<org.opentrafficsim.core.gtu.GtuType, DefaultCarAnimation.GtuData.GtuMarker> markers) Creates animations for nodes, links, lanes and GTUs.static DefaultAnimationFactory
DefaultAnimationFactory.animateXmlNetwork
(org.opentrafficsim.core.network.Network network, GtuColorerManager gtuColorerManager, Map<org.opentrafficsim.core.gtu.GtuType, DefaultCarAnimation.GtuData.GtuMarker> markers) Creates animations for nodes, links, lanes and GTUs.