Class CrossSectionElementAnimation

java.lang.Object
nl.tudelft.simulation.dsol.animation.D2.Renderable2D<CrossSectionElement>
org.opentrafficsim.draw.road.CrossSectionElementAnimation
All Implemented Interfaces:
Serializable, nl.tudelft.simulation.dsol.animation.D2.Renderable2DInterface<CrossSectionElement>

public class CrossSectionElementAnimation extends nl.tudelft.simulation.dsol.animation.D2.Renderable2D<CrossSectionElement> implements Serializable

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

Author:
Alexander Verbraeck
See Also:
  • Constructor Details

    • CrossSectionElementAnimation

      public CrossSectionElementAnimation(CrossSectionElement source, org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator, Color color) throws NamingException, RemoteException
      Parameters:
      source - CrossSectionElement; cross section element
      simulator - OtsSimulatorInterface; simulator
      color - Color; the color to draw the shoulder with
      Throws:
      NamingException - ne
      RemoteException - on communication failure
  • Method Details