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 DefaultAnimationFactoryDefaultAnimationFactory.animateNetwork(org.opentrafficsim.core.network.Network network, org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator, GtuColorer gtuColorer) Creates animations for nodes, links, lanes and GTUs.static DefaultAnimationFactoryDefaultAnimationFactory.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 OtsDrawingExceptionModifierConstructorDescriptionprotectedDefaultAnimationFactory(org.opentrafficsim.core.network.Network network, GtuColorer gtuColorer, boolean animateNetwork) Creates animations for nodes, links and lanes.