Package org.opentrafficsim.draw.road
Class LaneAnimation.CenterLine
- java.lang.Object
 - 
- org.opentrafficsim.draw.road.LaneAnimation.CenterLine
 
 
- 
- All Implemented Interfaces:
 Locatable
- Enclosing class:
 - LaneAnimation
 
public static class LaneAnimation.CenterLine extends Object implements Locatable
Draw center line of a lane. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.media.j3d.BoundsgetBounds()OTSLine3DgetCenterLine()Retrieve the center line.DirectedPointgetLocation() 
 - 
 
- 
- 
Method Detail
- 
getLocation
public final DirectedPoint getLocation() throws RemoteException
- Specified by:
 getLocationin interfaceLocatable- Throws:
 RemoteException
 
- 
getBounds
public final javax.media.j3d.Bounds getBounds() throws RemoteException- Specified by:
 getBoundsin interfaceLocatable- Throws:
 RemoteException
 
- 
getCenterLine
public OTSLine3D getCenterLine()
Retrieve the center line.- Returns:
 - OTSLine3D; the center line
 
 
 - 
 
 -