Package org.opentrafficsim.draw.road
Class DestinationAnimation
java.lang.Object
nl.tudelft.simulation.dsol.animation.D2.Renderable2D<T>
org.opentrafficsim.draw.road.AbstractLineAnimation<DestinationDetector>
org.opentrafficsim.draw.road.DestinationAnimation
- All Implemented Interfaces:
Serializable,nl.tudelft.simulation.dsol.animation.D2.Renderable2DInterface<DestinationDetector>
public class DestinationAnimation
extends AbstractLineAnimation<DestinationDetector>
implements Serializable
Destination sensor animation.
Copyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Peter Knoppers
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDestinationAnimation(DestinationDetector source, org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator) Construct the Destination animation. -
Method Summary
Modifier and TypeMethodDescriptionfinal voidpaint(Graphics2D graphics, ImageObserver observer) final StringtoString()Methods inherited from class org.opentrafficsim.draw.road.AbstractLineAnimation
getHalfLengthMethods inherited from class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
bind2Context, contains, destroy, getId, getSource, isFlip, isRotate, isScale, isScaleObject, isScaleY, isTranslate, paint, paintComponent, setFlip, setRotate, setScale, setScaleObject, setScaleY, setTranslate
-
Constructor Details
-
DestinationAnimation
public DestinationAnimation(DestinationDetector source, org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator) throws NamingException, RemoteException Construct the Destination animation.- Parameters:
source- DestinationSensor; the Car to drawsimulator- OtsSimulatorInterface; the simulator to schedule on- Throws:
NamingException- in case of registration failure of the animationRemoteException- in case of remote registration failure of the animation
-
-
Method Details
-
paint
- Overrides:
paintin classAbstractLineAnimation<DestinationDetector>
-
toString
- Overrides:
toStringin classnl.tudelft.simulation.dsol.animation.D2.Renderable2D<DestinationDetector>
-