Uses of Class
org.opentrafficsim.draw.core.TextAnimation
-
Packages that use TextAnimation 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. -
-
Uses of TextAnimation in org.opentrafficsim.draw.core
Methods in org.opentrafficsim.draw.core that return TextAnimation Modifier and Type Method 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. -
Uses of TextAnimation in org.opentrafficsim.draw.gtu
Subclasses of TextAnimation in org.opentrafficsim.draw.gtu Modifier and Type Class Description class
DefaultCarAnimation.Text
Text animation for the Car.class
GtuGeneratorQueueAnimation
Animator that displays generation queues as numbers.Methods in org.opentrafficsim.draw.gtu that return TextAnimation Modifier and Type Method Description TextAnimation
DefaultCarAnimation.Text. clone(Locatable newSource, SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the TextAnimation and return a copy for the new source on the new simulator.TextAnimation
GtuGeneratorQueueAnimation. clone(Locatable newSource, SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the TextAnimation and return a copy for the new source on the new simulator. -
Uses of TextAnimation in org.opentrafficsim.draw.network
Subclasses of TextAnimation in org.opentrafficsim.draw.network Modifier and Type Class Description class
LinkAnimation.Text
Text animation for the Link.class
NodeAnimation.Text
Text animation for the Node.Methods in org.opentrafficsim.draw.network that return TextAnimation Modifier and Type Method Description TextAnimation
LinkAnimation.Text. clone(Locatable newSource, SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the TextAnimation and return a copy for the new source on the new simulator.TextAnimation
NodeAnimation.Text. clone(Locatable newSource, SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the TextAnimation and return a copy for the new source on the new simulator. -
Uses of TextAnimation in org.opentrafficsim.draw.road
Subclasses of TextAnimation in org.opentrafficsim.draw.road Modifier and Type Class 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.Methods in org.opentrafficsim.draw.road that return TextAnimation Modifier and Type Method Description TextAnimation
BusStopAnimation.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
SensorAnimation.Text. clone(Locatable newSource, SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the TextAnimation and return a copy for the new source on the new simulator.TextAnimation
TrafficLightAnimation.Text. clone(Locatable newSource, SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the TextAnimation and return a copy for the new source on the new simulator.
-