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:
java.io.Serializable
,Renderable2DInterface<BusStop>
public class BusStopAnimation extends AbstractLineAnimation<BusStop> implements java.io.Serializable
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.- 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 class
BusStopAnimation.Text
Text animation for the BusStop.-
Nested classes/interfaces inherited from interface nl.tudelft.simulation.dsol.animation.D2.Renderable2DInterface
Renderable2DInterface.Util
-
-
Constructor Summary
Constructors Constructor Description BusStopAnimation(BusStop source, SimulatorInterface.TimeDoubleUnit simulator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
void
paint(java.awt.Graphics2D graphics, java.awt.image.ImageObserver observer)
java.lang.String
toString()
-
Methods inherited from class org.opentrafficsim.draw.road.AbstractLineAnimation
getHalfLength
-
Methods inherited from class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
bind2Context, contains, equals, getSource, hashCode, isFlip, isRotate, isScale, isTranslate, paint, setFlip, setRotate, setScale, setTranslate
-
-
-
-
Constructor Detail
-
BusStopAnimation
public BusStopAnimation(BusStop source, SimulatorInterface.TimeDoubleUnit simulator) throws javax.naming.NamingException, java.rmi.RemoteException
- Parameters:
source
- BusStop; sourcesimulator
- SimulatorInterface.TimeDoubleUnit; simulator- Throws:
javax.naming.NamingException
- when animation context cannot be created or retrievedjava.rmi.RemoteException
- when remote context cannot be found
-
-
Method Detail
-
paint
public final void paint(java.awt.Graphics2D graphics, java.awt.image.ImageObserver observer) throws java.rmi.RemoteException
- Overrides:
paint
in classAbstractLineAnimation<BusStop>
- Throws:
java.rmi.RemoteException
-
destroy
public final void destroy() throws javax.naming.NamingException, java.rmi.RemoteException
- Specified by:
destroy
in interfaceRenderable2DInterface<BusStop>
- Overrides:
destroy
in classRenderable2D<BusStop>
- Throws:
javax.naming.NamingException
java.rmi.RemoteException
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classRenderable2D<BusStop>
-
-