Package org.opentrafficsim.draw.road
Class TrafficLightAnimation
- java.lang.Object
-
- nl.tudelft.simulation.dsol.animation.D2.Renderable2D<T>
-
- org.opentrafficsim.draw.road.AbstractLineAnimation<TrafficLight>
-
- org.opentrafficsim.draw.road.TrafficLightAnimation
-
- All Implemented Interfaces:
java.io.Serializable
,Renderable2DInterface<TrafficLight>
,ClonableRenderable2DInterface<TrafficLight>
public class TrafficLightAnimation extends AbstractLineAnimation<TrafficLight> implements ClonableRenderable2DInterface<TrafficLight>, java.io.Serializable
Draw a traffic light on the road at th place where the cars are expected to stop.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: 1401 $, $LastChangedDate: 2015-09-14 01:33:02 +0200 (Mon, 14 Sep 2015) $, by $Author: averbraeck $,
initial version 29 dec. 2014
- Author:
- Alexander Verbraeck, Peter Knoppers
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
TrafficLightAnimation.Text
Text animation for the TrafficLight.-
Nested classes/interfaces inherited from interface nl.tudelft.simulation.dsol.animation.D2.Renderable2DInterface
Renderable2DInterface.Util
-
-
Constructor Summary
Constructors Constructor Description TrafficLightAnimation(TrafficLight trafficLight, SimulatorInterface.TimeDoubleUnit simulator)
Construct the DefaultCarAnimation for a LaneBlock (road block).
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClonableRenderable2DInterface<TrafficLight>
clone(TrafficLight newSource, SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the animation object and register it for the new source on the new simulation.void
destroy()
TrafficLightAnimation.Text
getText()
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
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface nl.tudelft.simulation.dsol.animation.D2.Renderable2DInterface
contains, getSource, paint
-
-
-
-
Constructor Detail
-
TrafficLightAnimation
public TrafficLightAnimation(TrafficLight trafficLight, SimulatorInterface.TimeDoubleUnit simulator) throws javax.naming.NamingException, java.rmi.RemoteException
Construct the DefaultCarAnimation for a LaneBlock (road block).- Parameters:
trafficLight
- TrafficLight; the CSEBlock to drawsimulator
- SimulatorInterface.TimeDoubleUnit; the simulator to schedule on- Throws:
javax.naming.NamingException
- in case of registration failure of the animationjava.rmi.RemoteException
- on communication failure
-
-
Method Detail
-
getText
public final TrafficLightAnimation.Text getText()
- Returns:
- text.
-
paint
public final void paint(java.awt.Graphics2D graphics, java.awt.image.ImageObserver observer) throws java.rmi.RemoteException
- Overrides:
paint
in classAbstractLineAnimation<TrafficLight>
- Throws:
java.rmi.RemoteException
-
destroy
public final void destroy() throws javax.naming.NamingException, java.rmi.RemoteException
- Specified by:
destroy
in interfaceRenderable2DInterface<TrafficLight>
- Overrides:
destroy
in classRenderable2D<TrafficLight>
- Throws:
javax.naming.NamingException
java.rmi.RemoteException
-
clone
public ClonableRenderable2DInterface<TrafficLight> clone(TrafficLight newSource, SimulatorInterface.TimeDoubleUnit newSimulator) throws javax.naming.NamingException, java.rmi.RemoteException
Clone the animation object and register it for the new source on the new simulation.- Specified by:
clone
in interfaceClonableRenderable2DInterface<TrafficLight>
- Parameters:
newSource
- T; the sourcenewSimulator
- SimulatorInterface.TimeDoubleUnit; the simulator- Returns:
- the generated clone
- Throws:
javax.naming.NamingException
- when animation context cannot be created or retrievedjava.rmi.RemoteException
- - when remote context cannot be found
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classRenderable2D<TrafficLight>
-
-