Class LaneAnimation

java.lang.Object
nl.tudelft.simulation.dsol.animation.d2.Renderable2d<L>
All Implemented Interfaces:
Serializable, nl.tudelft.simulation.dsol.animation.d2.Renderable2dInterface<LaneAnimation.LaneData>

public class LaneAnimation extends CrossSectionElementAnimation<LaneAnimation.LaneData>
Draws LaneData.

Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.

Author:
Alexander Verbraeck, Wouter Schakel
See Also:
  • Constructor Details

    • LaneAnimation

      public LaneAnimation(LaneAnimation.LaneData lane, nl.tudelft.simulation.naming.context.Contextualized contextualized, Color color)
      Animate a Lane.
      Parameters:
      lane - the lane
      contextualized - context provider
      color - Color of the lane.
  • Method Details