Package | Description |
---|---|
org.opentrafficsim.draw.factory |
Factories for easily generating the animation for a network.
|
Modifier and Type | Method and Description |
---|---|
static void |
DefaultAnimationFactory.animateNetwork(OTSNetwork network,
OTSSimulatorInterface simulator,
GTUColorer gtuColorer)
Creates animations for nodes, links, lanes and GTUs.
|
static void |
DefaultAnimationFactory.animateXmlNetwork(OTSNetwork network,
OTSSimulatorInterface simulator,
GTUColorer gtuColorer)
Creates animations for nodes, links, lanes and GTUs.
|
Constructor and Description |
---|
DefaultAnimationFactory(OTSNetwork network,
OTSSimulatorInterface simulator,
GTUColorer gtuColorer,
boolean animateNetwork)
Creates animations for nodes, links and lanes.
|
Copyright © 2014–2019 Delft University of Technology. All rights reserved.