Package org.opentrafficsim.draw.road
Class BusStopAnimation
- java.lang.Object
-
- nl.tudelft.simulation.dsol.animation.D2.Renderable2D<T>
-
- org.opentrafficsim.draw.road.AbstractLineAnimation<BusStop>
-
- org.opentrafficsim.draw.road.BusStopAnimation
-
- All Implemented Interfaces:
Serializable,Renderable2DInterface<BusStop>
public class BusStopAnimation extends AbstractLineAnimation<BusStop> implements Serializable
Copyright (c) 2013-2022 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version 25 jan. 2017
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classBusStopAnimation.TextText animation for the BusStop.
-
Constructor Summary
Constructors Constructor Description BusStopAnimation(BusStop source, SimulatorInterface.TimeDoubleUnit simulator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy(SimulatorInterface<?,?,?> simulator)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, getId, getSource, isFlip, isRotate, isScale, isScaleObject, isScaleY, isTranslate, paint, paintComponent, setFlip, setRotate, setScale, setScaleObject, setScaleY, setTranslate
-
-
-
-
Constructor Detail
-
BusStopAnimation
public BusStopAnimation(BusStop source, SimulatorInterface.TimeDoubleUnit simulator) throws NamingException, RemoteException
- Parameters:
source- BusStop; sourcesimulator- SimulatorInterface.TimeDoubleUnit; simulator- Throws:
NamingException- when animation context cannot be created or retrievedRemoteException- when remote context cannot be found
-
-
Method Detail
-
paint
public final void paint(Graphics2D graphics, ImageObserver observer)
- Overrides:
paintin classAbstractLineAnimation<BusStop>
-
destroy
public final void destroy(SimulatorInterface<?,?,?> simulator)
- Specified by:
destroyin interfaceRenderable2DInterface<BusStop>- Overrides:
destroyin classRenderable2D<BusStop>
-
toString
public final String toString()
- Overrides:
toStringin classRenderable2D<BusStop>
-
-