Class BusStopAnimation

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

public class BusStopAnimation
extends AbstractLineAnimation<BusStop>
implements java.io.Serializable

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.

Version:
$Revision$, $LastChangedDate$, by $Author$, initial version 25 jan. 2017
Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
See Also:
Serialized Form
  • Constructor Details

    • BusStopAnimation

      public BusStopAnimation​(BusStop source, SimulatorInterface.TimeDoubleUnit simulator) throws javax.naming.NamingException, java.rmi.RemoteException
      Parameters:
      source - BusStop; source
      simulator - SimulatorInterface.TimeDoubleUnit; simulator
      Throws:
      javax.naming.NamingException - when animation context cannot be created or retrieved
      java.rmi.RemoteException - when remote context cannot be found
  • Method Details