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 TextAnimationTextAnimation. 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 classDefaultCarAnimation.TextText animation for the Car.classGtuGeneratorQueueAnimationAnimator that displays generation queues as numbers.Methods in org.opentrafficsim.draw.gtu that return TextAnimation Modifier and Type Method Description TextAnimationDefaultCarAnimation.Text. clone(Locatable newSource, SimulatorInterface.TimeDoubleUnit newSimulator)Clone the TextAnimation and return a copy for the new source on the new simulator.TextAnimationGtuGeneratorQueueAnimation. 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 classLinkAnimation.TextText animation for the Link.classNodeAnimation.TextText animation for the Node.Methods in org.opentrafficsim.draw.network that return TextAnimation Modifier and Type Method Description TextAnimationLinkAnimation.Text. clone(Locatable newSource, SimulatorInterface.TimeDoubleUnit newSimulator)Clone the TextAnimation and return a copy for the new source on the new simulator.TextAnimationNodeAnimation.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 classBusStopAnimation.TextText animation for the BusStop.classLaneAnimation.TextText animation for the Node.classSensorAnimation.TextText animation for the Sensor.classTrafficLightAnimation.TextText animation for the TrafficLight.Methods in org.opentrafficsim.draw.road that return TextAnimation Modifier and Type Method Description TextAnimationBusStopAnimation.Text. clone(Locatable newSource, SimulatorInterface.TimeDoubleUnit newSimulator)Clone the TextAnimation and return a copy for the new source on the new simulator.TextAnimationLaneAnimation.Text. clone(Locatable newSource, SimulatorInterface.TimeDoubleUnit newSimulator)Clone the TextAnimation and return a copy for the new source on the new simulator.TextAnimationSensorAnimation.Text. clone(Locatable newSource, SimulatorInterface.TimeDoubleUnit newSimulator)Clone the TextAnimation and return a copy for the new source on the new simulator.TextAnimationTrafficLightAnimation.Text. clone(Locatable newSource, SimulatorInterface.TimeDoubleUnit newSimulator)Clone the TextAnimation and return a copy for the new source on the new simulator.
-