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