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 java.lang.Object
implements Locatable
Draw center line of a lane.
  • Method Summary

    Modifier and Type Method Description
    javax.media.j3d.Bounds getBounds()  
    OTSLine3D getCenterLine()
    Retrieve the center line.
    DirectedPoint getLocation()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details