public class LaneAnimation extends nl.tudelft.simulation.dsol.animation.D2.Renderable2D<Lane> implements org.opentrafficsim.core.animation.ClonableRenderable2DInterface<Lane>, 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-09-14 01:33:02 +0200 (Mon, 14 Sep 2015) $, @version $Revision: 1401 $, by $Author: averbraeck $,
initial version Oct 17, 2014
Modifier and Type | Class and Description |
---|---|
class |
LaneAnimation.Text
Text animation for the Node.
|
Constructor and Description |
---|
LaneAnimation(Lane lane,
org.opentrafficsim.core.dsol.OTSSimulatorInterface simulator,
Color color,
boolean drawCenterLine)
Animate a Lane.
|
Modifier and Type | Method and Description |
---|---|
org.opentrafficsim.core.animation.ClonableRenderable2DInterface<Lane> |
clone(Lane newSource,
org.opentrafficsim.core.dsol.OTSSimulatorInterface newSimulator) |
void |
destroy() |
LaneAnimation.Text |
getText() |
void |
paint(Graphics2D graphics,
ImageObserver observer) |
String |
toString() |
bind2Context, contains, equals, getSource, hashCode, isFlip, isRotate, isScale, isTranslate, paint, setFlip, setRotate, setScale, setTranslate
public LaneAnimation(Lane lane, org.opentrafficsim.core.dsol.OTSSimulatorInterface simulator, Color color, boolean drawCenterLine) throws NamingException, RemoteException
lane
- Lane; the lanesimulator
- OTSSimulatorInterface; the simulatorcolor
- Color of the lane.drawCenterLine
- boolean; whether to draw the center line or notNamingException
- in case of registration failure of the animationRemoteException
- on communication failurepublic final LaneAnimation.Text getText()
public final void paint(Graphics2D graphics, ImageObserver observer)
paint
in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D<Lane>
public final void destroy() throws NamingException
destroy
in interface nl.tudelft.simulation.dsol.animation.D2.Renderable2DInterface<Lane>
destroy
in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D<Lane>
NamingException
public org.opentrafficsim.core.animation.ClonableRenderable2DInterface<Lane> clone(Lane newSource, org.opentrafficsim.core.dsol.OTSSimulatorInterface newSimulator) throws NamingException, RemoteException
clone
in interface org.opentrafficsim.core.animation.ClonableRenderable2DInterface<Lane>
NamingException
RemoteException
Copyright © 2014–2017 Delft University of Technology. All rights reserved.