Class AnimationBusStopData

java.lang.Object
org.opentrafficsim.animation.data.AnimationLaneBasedObjectData<BusStop>
org.opentrafficsim.animation.data.AnimationBusStopData
All Implemented Interfaces:
nl.tudelft.simulation.dsol.animation.Locatable, org.djutils.base.Identifiable, org.opentrafficsim.base.geometry.OtsLocatable, AbstractLineAnimation.LaneBasedObjectData, BusStopAnimation.BusStopData

public class AnimationBusStopData extends AnimationLaneBasedObjectData<BusStop> implements BusStopAnimation.BusStopData
Animation data of a BusStop.

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

Author:
Wouter Schakel
  • Constructor Details

    • AnimationBusStopData

      public AnimationBusStopData(BusStop busStop)
      Constructor.
      Parameters:
      busStop - BusStop; bus stop.
  • Method Details