public class TrafficLightSensorAnimation extends nl.tudelft.simulation.dsol.animation.D2.Renderable2D<TrafficLightSensor> implements Serializable
Copyright (c) 2013-2017 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
Constructor and Description |
---|
TrafficLightSensorAnimation(TrafficLightSensor sensor,
org.opentrafficsim.core.dsol.OTSSimulatorInterface simulator)
Construct a SensorAnimation.
|
Modifier and Type | Method and Description |
---|---|
void |
paint(Graphics2D graphics,
ImageObserver observer) |
String |
toString() |
public TrafficLightSensorAnimation(TrafficLightSensor sensor, org.opentrafficsim.core.dsol.OTSSimulatorInterface simulator) throws NamingException, RemoteException, org.opentrafficsim.core.geometry.OTSGeometryException
sensor
- TrafficLightSensor; the traffic light sensor that will be animatedsimulator
- OTSSimulatorInterface; the simulator to schedule onNamingException
- in case of registration failure of the animationRemoteException
- in case of remote registration failure of the animationorg.opentrafficsim.core.geometry.OTSGeometryException
- when the geometry is badpublic final void paint(Graphics2D graphics, ImageObserver observer)
paint
in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D<TrafficLightSensor>
public final String toString()
toString
in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D<TrafficLightSensor>
Copyright © 2014–2017 Delft University of Technology. All rights reserved.