Class DestinationAnimation

All Implemented Interfaces:
java.io.Serializable, Renderable2DInterface<DestinationSensor>

public class DestinationAnimation
extends AbstractLineAnimation<DestinationSensor>
implements java.io.Serializable
Destination sensor animation.

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

$LastChangedDate: 2015-08-12 16:37:45 +0200 (Wed, 12 Aug 2015) $, @version $Revision: 1240 $, by $Author: averbraeck $, initial version Jan 30, 2015

Author:
Alexander Verbraeck, Peter Knoppers
See Also:
Serialized Form
  • Constructor Details

    • DestinationAnimation

      public DestinationAnimation​(DestinationSensor source, SimulatorInterface.TimeDoubleUnit simulator) throws javax.naming.NamingException, java.rmi.RemoteException
      Construct the Destination animation.
      Parameters:
      source - DestinationSensor; the Car to draw
      simulator - SimulatorInterface.TimeDoubleUnit; the simulator to schedule on
      Throws:
      javax.naming.NamingException - in case of registration failure of the animation
      java.rmi.RemoteException - in case of remote registration failure of the animation
  • Method Details