Uses of Class
org.opentrafficsim.draw.core.OTSDrawingException
-
Packages that use OTSDrawingException Package Description org.opentrafficsim.draw.factory Factories for easily generating the animation for a network. -
-
Uses of OTSDrawingException in org.opentrafficsim.draw.factory
Methods in org.opentrafficsim.draw.factory that throw OTSDrawingException Modifier and Type Method Description static DefaultAnimationFactory
DefaultAnimationFactory. animateNetwork(OTSNetwork network, OTSSimulatorInterface simulator, GTUColorer gtuColorer)
Creates animations for nodes, links, lanes and GTUs.static DefaultAnimationFactory
DefaultAnimationFactory. animateXmlNetwork(OTSNetwork network, GTUColorer gtuColorer)
Creates animations for nodes, links, lanes and GTUs.Constructors in org.opentrafficsim.draw.factory that throw OTSDrawingException Constructor Description DefaultAnimationFactory(OTSNetwork network, GTUColorer gtuColorer, boolean animateNetwork)
Creates animations for nodes, links and lanes.
-