Package org.opentrafficsim.draw.road
Class TrafficLightSensorAnimation
- java.lang.Object
-
- nl.tudelft.simulation.dsol.animation.D2.Renderable2D<TrafficLightSensor>
-
- org.opentrafficsim.draw.road.TrafficLightSensorAnimation
-
- All Implemented Interfaces:
java.io.Serializable
,Renderable2DInterface<TrafficLightSensor>
public class TrafficLightSensorAnimation extends Renderable2D<TrafficLightSensor> implements java.io.Serializable
sink 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 TrafficLightSensorAnimation(TrafficLightSensor sensor, SimulatorInterface.TimeDoubleUnit simulator)
Construct a SensorAnimation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paint(java.awt.Graphics2D graphics, java.awt.image.ImageObserver observer)
java.lang.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
-
TrafficLightSensorAnimation
public TrafficLightSensorAnimation(TrafficLightSensor sensor, SimulatorInterface.TimeDoubleUnit simulator) throws javax.naming.NamingException, java.rmi.RemoteException, OTSGeometryException
Construct a SensorAnimation.- Parameters:
sensor
- TrafficLightSensor; the traffic light sensor that will be animatedsimulator
- SimulatorInterface.TimeDoubleUnit; the simulator to schedule on- Throws:
javax.naming.NamingException
- in case of registration failure of the animationjava.rmi.RemoteException
- in case of remote registration failure of the animationOTSGeometryException
- when the geometry is bad
-
-
Method Detail
-
paint
public final void paint(java.awt.Graphics2D graphics, java.awt.image.ImageObserver observer)
- Specified by:
paint
in classRenderable2D<TrafficLightSensor>
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classRenderable2D<TrafficLightSensor>
-
-