Package | Description |
---|---|
org.opentrafficsim.draw.core |
Generic animation classes, i.e., for displaying texts.
|
org.opentrafficsim.draw.gtu |
GTU animations.
|
org.opentrafficsim.draw.network |
Animation for Links, Lanes, Nodes.
|
org.opentrafficsim.draw.road |
Animation for Links, Lanes, Nodes.
|
Modifier and Type | Method and Description |
---|---|
abstract TextAnimation |
TextAnimation.clone(Locatable newSource,
SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the TextAnimation and return a copy for the new source on the new simulator.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCarAnimation.Text
Text animation for the Car.
|
class |
GtuGeneratorQueueAnimation
Animator that displays generation queues as numbers.
|
Modifier and Type | Method and Description |
---|---|
TextAnimation |
GtuGeneratorQueueAnimation.clone(Locatable newSource,
SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the TextAnimation and return a copy for the new source on the new simulator.
|
TextAnimation |
DefaultCarAnimation.Text.clone(Locatable newSource,
SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the TextAnimation and return a copy for the new source on the new simulator.
|
Modifier and Type | Class and Description |
---|---|
class |
LinkAnimation.Text
Text animation for the Link.
|
class |
NodeAnimation.Text
Text animation for the Node.
|
Modifier and Type | Method and Description |
---|---|
TextAnimation |
NodeAnimation.Text.clone(Locatable newSource,
SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the TextAnimation and return a copy for the new source on the new simulator.
|
TextAnimation |
LinkAnimation.Text.clone(Locatable newSource,
SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the TextAnimation and return a copy for the new source on the new simulator.
|
Modifier and Type | Class and Description |
---|---|
class |
BusStopAnimation.Text
Text animation for the BusStop.
|
class |
LaneAnimation.Text
Text animation for the Node.
|
class |
SensorAnimation.Text
Text animation for the Sensor.
|
class |
TrafficLightAnimation.Text
Text animation for the TrafficLight.
|
Modifier and Type | Method and Description |
---|---|
TextAnimation |
TrafficLightAnimation.Text.clone(Locatable newSource,
SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the TextAnimation and return a copy for the new source on the new simulator.
|
TextAnimation |
SensorAnimation.Text.clone(Locatable newSource,
SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the TextAnimation and return a copy for the new source on the new simulator.
|
TextAnimation |
LaneAnimation.Text.clone(Locatable newSource,
SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the TextAnimation and return a copy for the new source on the new simulator.
|
TextAnimation |
BusStopAnimation.Text.clone(Locatable newSource,
SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the TextAnimation and return a copy for the new source on the new simulator.
|
Copyright © 2014–2019 Delft University of Technology. All rights reserved.