Class PriorityAnimation

java.lang.Object
nl.tudelft.simulation.dsol.animation.d2.Renderable2d<L>
org.opentrafficsim.draw.OtsRenderable<PriorityAnimation.PriorityData>
org.opentrafficsim.draw.road.PriorityAnimation
All Implemented Interfaces:
Serializable, nl.tudelft.simulation.dsol.animation.d2.Renderable2dInterface<PriorityAnimation.PriorityData>

public class PriorityAnimation extends OtsRenderable<PriorityAnimation.PriorityData>
Animation of conflict priority (which is a link property).

Copyright (c) 2024-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
See Also:
  • Constructor Details

    • PriorityAnimation

      public PriorityAnimation(PriorityAnimation.PriorityData source, nl.tudelft.simulation.naming.context.Contextualized contextProvider)
      Constructor.
      Parameters:
      source - source.
      contextProvider - contextualized.
  • Method Details