Class SpeedSignAnimation

java.lang.Object
nl.tudelft.simulation.dsol.animation.D2.Renderable2D<SpeedSign>
org.opentrafficsim.draw.road.SpeedSignAnimation
All Implemented Interfaces:
Serializable, nl.tudelft.simulation.dsol.animation.D2.Renderable2DInterface<SpeedSign>

public class SpeedSignAnimation extends nl.tudelft.simulation.dsol.animation.D2.Renderable2D<SpeedSign> implements Serializable

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

Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    SpeedSignAnimation(SpeedSign source, org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    final void
    final String

    Methods inherited from class nl.tudelft.simulation.dsol.animation.D2.Renderable2D

    bind2Context, contains, destroy, getId, getSource, isFlip, isRotate, isScale, isScaleObject, isScaleY, isTranslate, paint, paintComponent, setFlip, setRotate, setScale, setScaleObject, setScaleY, setTranslate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • paint

      public final void paint(Graphics2D g, ImageObserver arg1)
      Specified by:
      paint in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D<SpeedSign>
    • toString

      public final String toString()
      Overrides:
      toString in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D<SpeedSign>