Class LaneAnimation.CenterLineAnimation

java.lang.Object
nl.tudelft.simulation.dsol.animation.d2.Renderable2d<L>
org.opentrafficsim.draw.OtsRenderable<LaneAnimation.CenterLine>
org.opentrafficsim.draw.road.LaneAnimation.CenterLineAnimation
All Implemented Interfaces:
Serializable, nl.tudelft.simulation.dsol.animation.d2.Renderable2dInterface<LaneAnimation.CenterLine>
Enclosing class:
LaneAnimation

public static class LaneAnimation.CenterLineAnimation extends OtsRenderable<LaneAnimation.CenterLine>
Animation for center line of a lane.
See Also:
  • Constructor Details

    • CenterLineAnimation

      public CenterLineAnimation(LaneAnimation.CenterLine centerLine, nl.tudelft.simulation.naming.context.Contextualized contextualized)
      Construct a new CenterLineAnimation.
      Parameters:
      centerLine - the center line of a lane
      contextualized - context provider
  • Method Details