public class LaneAnimationOD extends Renderable2D implements Serializable
Copyright (c) 2013-2019 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
Renderable2DInterface.Util
Constructor and Description |
---|
LaneAnimationOD(Lane source,
SimulatorInterface.TimeDoubleUnit simulator,
Color color) |
Modifier and Type | Method and Description |
---|---|
void |
paint(Graphics2D graphics,
ImageObserver observer) |
static void |
paintLine(Graphics2D graphics,
Color color,
DirectedPoint referencePoint,
OTSLine3D line)
Paint a road stripe.
|
String |
toString() |
bind2Context, contains, destroy, equals, getSource, hashCode, isFlip, isRotate, isScale, isTranslate, paint, setFlip, setRotate, setScale, setTranslate
public LaneAnimationOD(Lane source, SimulatorInterface.TimeDoubleUnit simulator, Color color) throws NamingException, RemoteException
source
- Lane; ssimulator
- SimulatorInterface.TimeDoubleUnit; scolor
- Color; color of the lane.NamingException
- neRemoteException
- on communication failurepublic static void paintLine(Graphics2D graphics, Color color, DirectedPoint referencePoint, OTSLine3D line)
graphics
- Graphics2D; the graphics contextcolor
- Color; the color of the road stripereferencePoint
- DirectedPoint; offset of the reference point of the lane from the originline
- OTSLine3D; the coordinates of the center line of the stripepublic final void paint(Graphics2D graphics, ImageObserver observer)
paint
in class Renderable2D
public final String toString()
toString
in class Renderable2D
Copyright © 2014–2019 Delft University of Technology. All rights reserved.