Class DefaultCarAnimation

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

public class DefaultCarAnimation
extends Renderable2D<LaneBasedGTU>
implements ClonableRenderable2DInterface<LaneBasedGTU>, java.io.Serializable
Draw a car.

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.

Version:
$Revision: 1401 $, $LastChangedDate: 2015-09-14 01:33:02 +0200 (Mon, 14 Sep 2015) $, by $Author: averbraeck $, initial version 29 dec. 2014
Author:
Alexander Verbraeck, Peter Knoppers
See Also:
Serialized Form
  • Constructor Details

    • DefaultCarAnimation

      public DefaultCarAnimation​(LaneBasedGTU gtu, SimulatorInterface.TimeDoubleUnit simulator) throws javax.naming.NamingException, java.rmi.RemoteException
      Construct the DefaultCarAnimation for a LaneBasedIndividualCar.
      Parameters:
      gtu - LaneBasedGTU; 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 - on communication failure
    • DefaultCarAnimation

      public DefaultCarAnimation​(LaneBasedGTU gtu, SimulatorInterface.TimeDoubleUnit simulator, GTUColorer gtuColorer) throws javax.naming.NamingException, java.rmi.RemoteException
      Construct the DefaultCarAnimation for a LaneBasedIndividualCar.
      Parameters:
      gtu - LaneBasedGTU; the Car to draw
      simulator - SimulatorInterface.TimeDoubleUnit; the simulator to schedule on
      gtuColorer - GTUColorer; the GTUColorer that determines what fill color to use
      Throws:
      javax.naming.NamingException - in case of registration failure of the animation
      java.rmi.RemoteException - on communication failure
  • Method Details