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 DefaultAnimationFactoryDefaultAnimationFactory.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 DefaultAnimationFactoryDefaultAnimationFactory.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.