Package org.opentrafficsim.draw.road
Class DestinationAnimation
- java.lang.Object
 - 
- nl.tudelft.simulation.dsol.animation.D2.Renderable2D<T>
 - 
- org.opentrafficsim.draw.road.AbstractLineAnimation<DestinationSensor>
 - 
- org.opentrafficsim.draw.road.DestinationAnimation
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable,Renderable2DInterface<DestinationSensor>
public class DestinationAnimation extends AbstractLineAnimation<DestinationSensor> implements Serializable
Destination sensor animation.Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
All rights reserved.
BSD-style license. See OpenTrafficSim License.$LastChangedDate: 2015-08-12 16:37:45 +0200 (Wed, 12 Aug 2015) $, @version $Revision: 1240 $, by $Author: averbraeck $, initial version Jan 30, 2015
- Author:
 - Alexander Verbraeck, Peter Knoppers
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface nl.tudelft.simulation.dsol.animation.D2.Renderable2DInterface
Renderable2DInterface.Util 
 - 
 
- 
Constructor Summary
Constructors Constructor Description DestinationAnimation(DestinationSensor source, SimulatorInterface.TimeDoubleUnit simulator)Construct the Destination animation. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpaint(Graphics2D graphics, ImageObserver observer)StringtoString()- 
Methods inherited from class org.opentrafficsim.draw.road.AbstractLineAnimation
getHalfLength 
- 
Methods inherited from class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
bind2Context, contains, destroy, equals, getSource, hashCode, isFlip, isRotate, isScale, isTranslate, paint, setFlip, setRotate, setScale, setTranslate 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
DestinationAnimation
public DestinationAnimation(DestinationSensor source, SimulatorInterface.TimeDoubleUnit simulator) throws NamingException, RemoteException
Construct the Destination animation.- Parameters:
 source- DestinationSensor; the Car to drawsimulator- SimulatorInterface.TimeDoubleUnit; 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 Detail
- 
paint
public final void paint(Graphics2D graphics, ImageObserver observer) throws RemoteException
- Overrides:
 paintin classAbstractLineAnimation<DestinationSensor>- Throws:
 RemoteException
 
- 
toString
public final String toString()
- Overrides:
 toStringin classRenderable2D<DestinationSensor>
 
 - 
 
 -