Uses of Interface
org.opentrafficsim.draw.core.ClonableRenderable2DInterface
-
Packages that use ClonableRenderable2DInterface 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 ClonableRenderable2DInterface in org.opentrafficsim.draw.core
Methods in org.opentrafficsim.draw.core that return ClonableRenderable2DInterface Modifier and Type Method Description ClonableRenderable2DInterface<T>
ClonableRenderable2DInterface. clone(T newSource, SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the animation object and register it for the new source on the new simulation. -
Uses of ClonableRenderable2DInterface in org.opentrafficsim.draw.gtu
Classes in org.opentrafficsim.draw.gtu that implement ClonableRenderable2DInterface Modifier and Type Class Description class
DefaultCarAnimation
Draw a car.Methods in org.opentrafficsim.draw.gtu that return ClonableRenderable2DInterface Modifier and Type Method Description ClonableRenderable2DInterface<LaneBasedGTU>
DefaultCarAnimation. clone(LaneBasedGTU newSource, SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the animation object and register it for the new source on the new simulation. -
Uses of ClonableRenderable2DInterface in org.opentrafficsim.draw.network
Classes in org.opentrafficsim.draw.network that implement ClonableRenderable2DInterface Modifier and Type Class Description class
LinkAnimation
Draws a Link.class
NodeAnimation
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.Methods in org.opentrafficsim.draw.network that return ClonableRenderable2DInterface Modifier and Type Method Description ClonableRenderable2DInterface<Link>
LinkAnimation. clone(Link newSource, SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the animation object and register it for the new source on the new simulation.ClonableRenderable2DInterface
NodeAnimation. clone(Locatable newSource, SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the animation object and register it for the new source on the new simulation. -
Uses of ClonableRenderable2DInterface in org.opentrafficsim.draw.road
Classes in org.opentrafficsim.draw.road that implement ClonableRenderable2DInterface Modifier and Type Class Description class
LaneAnimation
Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.static class
LaneAnimation.CenterLineAnimation
Animation for center line of a lane.class
SensorAnimation
Sensor animation.class
StripeAnimation
Draw road stripes.class
TrafficLightAnimation
Draw a traffic light on the road at th place where the cars are expected to stop.Methods in org.opentrafficsim.draw.road that return ClonableRenderable2DInterface Modifier and Type Method Description ClonableRenderable2DInterface<LaneAnimation.CenterLine>
LaneAnimation.CenterLineAnimation. clone(LaneAnimation.CenterLine newSource, SimulatorInterface.TimeDoubleUnit newSimulator)
ClonableRenderable2DInterface<Lane>
LaneAnimation. clone(Lane newSource, SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the animation object and register it for the new source on the new simulation.ClonableRenderable2DInterface<SingleSensor>
SensorAnimation. clone(SingleSensor newSource, SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the animation object and register it for the new source on the new simulation.ClonableRenderable2DInterface<Stripe>
StripeAnimation. clone(Stripe newSource, SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the animation object and register it for the new source on the new simulation.ClonableRenderable2DInterface<TrafficLight>
TrafficLightAnimation. clone(TrafficLight newSource, SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the animation object and register it for the new source on the new simulation.
-