Package org.opentrafficsim.draw.road
Class SpeedSignAnimation
java.lang.Object
nl.tudelft.simulation.dsol.animation.D2.Renderable2D<SpeedSign>
org.opentrafficsim.draw.road.SpeedSignAnimation
- All Implemented Interfaces:
 java.io.Serializable,Renderable2DInterface<SpeedSign>
public class SpeedSignAnimation extends Renderable2D<SpeedSign> implements java.io.Serializable
 Copyright (c) 2013-2019 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 20 apr. 2017 
 - Author:
 - Alexander Verbraeck, Peter Knoppers, Wouter Schakel
 - 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 SpeedSignAnimation(SpeedSign source, SimulatorInterface.TimeDoubleUnit simulator) - 
Method Summary
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 Details
- 
SpeedSignAnimation
public SpeedSignAnimation(SpeedSign source, SimulatorInterface.TimeDoubleUnit simulator) throws javax.naming.NamingException, java.rmi.RemoteException- Parameters:
 source- SpeedSign; speed signsimulator- SimulatorInterface.TimeDoubleUnit; simulator- Throws:
 javax.naming.NamingException- nejava.rmi.RemoteException- on communication failure
 
 - 
 - 
Method Details
- 
paint
public final void paint(java.awt.Graphics2D g, java.awt.image.ImageObserver arg1) throws java.rmi.RemoteException- Specified by:
 paintin classRenderable2D<SpeedSign>- Throws:
 java.rmi.RemoteException
 - 
toString
public final java.lang.String toString()- Overrides:
 toStringin classRenderable2D<SpeedSign>
 
 -