public class TrafficLightAnimation extends AbstractLineAnimation<TrafficLight> implements org.opentrafficsim.core.animation.ClonableRenderable2DInterface<TrafficLight>, Serializable
 Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved. 
 BSD-style license. See OpenTrafficSim License.
 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TrafficLightAnimation.Text
Text animation for the TrafficLight. 
 | 
| Constructor and Description | 
|---|
TrafficLightAnimation(TrafficLight trafficLight,
                     nl.tudelft.simulation.dsol.simulators.SimulatorInterface.TimeDoubleUnit simulator)
Construct the DefaultCarAnimation for a LaneBlock (road block). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
org.opentrafficsim.core.animation.ClonableRenderable2DInterface<TrafficLight> | 
clone(TrafficLight newSource,
     nl.tudelft.simulation.dsol.simulators.SimulatorInterface.TimeDoubleUnit newSimulator) | 
void | 
destroy() | 
TrafficLightAnimation.Text | 
getText()  | 
void | 
paint(Graphics2D graphics,
     ImageObserver observer) | 
String | 
toString() | 
getHalfLengthbind2Context, contains, equals, getSource, hashCode, isFlip, isRotate, isScale, isTranslate, paint, setFlip, setRotate, setScale, setTranslatepublic TrafficLightAnimation(TrafficLight trafficLight, nl.tudelft.simulation.dsol.simulators.SimulatorInterface.TimeDoubleUnit simulator) throws NamingException, RemoteException
trafficLight - the CSEBlock to drawsimulator - the simulator to schedule onNamingException - in case of registration failure of the animationRemoteException - on communication failurepublic final TrafficLightAnimation.Text getText()
public final void paint(Graphics2D graphics, ImageObserver observer) throws RemoteException
paint in class AbstractLineAnimation<TrafficLight>RemoteExceptionpublic final void destroy()
                   throws NamingException
destroy in interface nl.tudelft.simulation.dsol.animation.D2.Renderable2DInterface<TrafficLight>destroy in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D<TrafficLight>NamingExceptionpublic org.opentrafficsim.core.animation.ClonableRenderable2DInterface<TrafficLight> clone(TrafficLight newSource, nl.tudelft.simulation.dsol.simulators.SimulatorInterface.TimeDoubleUnit newSimulator) throws NamingException, RemoteException
clone in interface org.opentrafficsim.core.animation.ClonableRenderable2DInterface<TrafficLight>NamingExceptionRemoteExceptionpublic final String toString()
toString in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D<TrafficLight>Copyright © 2014–2018 Delft University of Technology. All rights reserved.