public class LaneBlockAnimation extends nl.tudelft.simulation.dsol.animation.D2.Renderable2D implements Serializable
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Constructor and Description |
---|
LaneBlockAnimation(LaneBlock source,
org.opentrafficsim.core.dsol.OTSSimulatorInterface simulator,
Color fillColor)
Construct the DefaultCarAnimation for a LaneBlock (road block).
|
Modifier and Type | Method and Description |
---|---|
Color |
getFillColor() |
void |
paint(Graphics2D graphics,
ImageObserver observer) |
void |
setFillColor(Color fillColor) |
String |
toString() |
public LaneBlockAnimation(LaneBlock source, org.opentrafficsim.core.dsol.OTSSimulatorInterface simulator, Color fillColor) throws NamingException, RemoteException
source
- the CSEBlock to drawsimulator
- the simulator to schedule onfillColor
- the fill colorNamingException
- in case of registration failure of the animationRemoteException
- on communication failurepublic final void paint(Graphics2D graphics, ImageObserver observer)
paint
in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
public final Color getFillColor()
public final void setFillColor(Color fillColor)
fillColor
- set fillColorpublic final String toString()
toString
in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
Copyright © 2014–2016 Delft University of Technology. All rights reserved.