Class SensorAnimation

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

public class SensorAnimation
extends AbstractLineAnimation<SingleSensor>
implements ClonableRenderable2DInterface<SingleSensor>, java.io.Serializable
Sensor animation.

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-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

    • SensorAnimation

      public SensorAnimation​(SingleSensor sensor, Length sensorPosition, SimulatorInterface.TimeDoubleUnit simulator, java.awt.Color color) throws javax.naming.NamingException, java.rmi.RemoteException
      Construct a SensorAnimation.
      Parameters:
      sensor - SingleSensor; the Sensor to draw
      sensorPosition - Length; the position of the sensor on the lane to determine the width of the lane at that point
      simulator - SimulatorInterface.TimeDoubleUnit; the simulator to schedule on
      color - Color; the display color of the sensor
      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