Uses of Class
org.opentrafficsim.draw.core.OtsDrawingException
Packages that use OtsDrawingException
Package
Description
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 OtsDrawingExceptionModifier and TypeMethodDescriptionstatic DefaultAnimationFactory
DefaultAnimationFactory.animateNetwork
(org.opentrafficsim.core.network.Network network, org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator, GtuColorer gtuColorer) Creates animations for nodes, links, lanes and GTUs.static DefaultAnimationFactory
DefaultAnimationFactory.animateXmlNetwork
(org.opentrafficsim.core.network.Network network, GtuColorer gtuColorer) Creates animations for nodes, links, lanes and GTUs.Constructors in org.opentrafficsim.draw.factory that throw OtsDrawingExceptionModifierConstructorDescriptionprotected
DefaultAnimationFactory
(org.opentrafficsim.core.network.Network network, GtuColorer gtuColorer, boolean animateNetwork) Creates animations for nodes, links and lanes.