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 DefaultAnimationFactoryDefaultAnimationFactory. animateNetwork(org.opentrafficsim.core.network.OTSNetwork network, org.opentrafficsim.core.dsol.OTSSimulatorInterface simulator, GTUColorer gtuColorer)Creates animations for nodes, links, lanes and GTUs.static DefaultAnimationFactoryDefaultAnimationFactory. animateXmlNetwork(org.opentrafficsim.core.network.OTSNetwork network, GTUColorer gtuColorer)Creates animations for nodes, links, lanes and GTUs.Constructors in org.opentrafficsim.draw.factory that throw OTSDrawingException Constructor Description DefaultAnimationFactory(org.opentrafficsim.core.network.OTSNetwork network, GTUColorer gtuColorer, boolean animateNetwork)Creates animations for nodes, links and lanes. 
 -