Package org.opentrafficsim.draw.road
Class ShoulderAnimation
- java.lang.Object
-
- nl.tudelft.simulation.dsol.animation.D2.Renderable2D<Shoulder>
-
- org.opentrafficsim.draw.road.ShoulderAnimation
-
- All Implemented Interfaces:
Serializable
,Renderable2DInterface<Shoulder>
public class ShoulderAnimation extends Renderable2D<Shoulder> implements 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.$LastChangedDate: 2015-09-14 01:33:02 +0200 (Mon, 14 Sep 2015) $, @version $Revision: 1401 $, by $Author: averbraeck $, initial version Oct 17, 2014
- Author:
- Alexander Verbraeck
- 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 ShoulderAnimation(Shoulder source, SimulatorInterface.TimeDoubleUnit simulator, Color color)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paint(Graphics2D graphics, ImageObserver observer)
String
toString()
-
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
-
ShoulderAnimation
public ShoulderAnimation(Shoulder source, SimulatorInterface.TimeDoubleUnit simulator, Color color) throws NamingException, RemoteException
- Parameters:
source
- Shoulder; ssimulator
- SimulatorInterface.TimeDoubleUnit; scolor
- Color; the color to draw the shoulder with- Throws:
NamingException
- neRemoteException
- on communication failure
-
-
Method Detail
-
paint
public final void paint(Graphics2D graphics, ImageObserver observer)
- Specified by:
paint
in classRenderable2D<Shoulder>
-
toString
public final String toString()
- Overrides:
toString
in classRenderable2D<Shoulder>
-
-