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 |
---|---|
ClonableRenderable2DInterface<T> |
ClonableRenderable2DInterface.clone(T newSource,
SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the animation object and register it for the new source on the new simulation.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCarAnimation
Draw a car.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
LinkAnimation
Draws a Link.
|
class |
NodeAnimation
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
LaneAnimation
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014–2019 Delft University of Technology. All rights reserved.