Class LaneAnimation

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

public class LaneAnimation
extends Renderable2D<Lane>
implements ClonableRenderable2DInterface<Lane>, java.io.Serializable

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

$LastChangedDate: 2015-09-14 01:33:02 +0200 (Mon, 14 Sep 2015) $, @version $Revision: 1401 $, by $Author: averbraeck $, initial version Oct 17, 2014

Author:
Alexander Verbraeck
See Also:
Serialized Form
  • Constructor Details

    • LaneAnimation

      public LaneAnimation​(Lane lane, SimulatorInterface.TimeDoubleUnit simulator, java.awt.Color color) throws javax.naming.NamingException, java.rmi.RemoteException
      Animate a Lane.
      Parameters:
      lane - Lane; the lane
      simulator - SimulatorInterface.TimeDoubleUnit; the simulator
      color - Color; Color of the lane.
      Throws:
      javax.naming.NamingException - in case of registration failure of the animation
      java.rmi.RemoteException - on communication failure
  • Method Details