Class StaticObjectAnimation

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

public class StaticObjectAnimation extends OtsRenderable<StaticObjectAnimation.StaticObjectData>
Generic animation of a static object.

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

Author:
Alexander Verbraeck, Wouter Schakel
See Also:
  • Constructor Details

    • StaticObjectAnimation

      public StaticObjectAnimation(StaticObjectAnimation.StaticObjectData source, nl.tudelft.simulation.naming.context.Contextualized contextualized, float width, Color color, boolean fill) throws NamingException, RemoteException
      Parameters:
      source - Static Object
      contextualized - context provider
      width - width of the contour line to draw
      color - color of the contour line / fill
      fill - fill internal or not
      Throws:
      NamingException - for problems with registering in context
      RemoteException - on communication failure
  • Method Details

    • paint

      public final void paint(Graphics2D graphics, ImageObserver observer)
      Specified by:
      paint in class nl.tudelft.simulation.dsol.animation.d2.Renderable2d<StaticObjectAnimation.StaticObjectData>
    • getWidth

      public final float getWidth()
      Returns:
      width
    • setWidth

      public final void setWidth(float width)
      Parameters:
      width - set width
    • getColor

      public final Color getColor()
      Returns:
      color
    • setColor

      public final void setColor(Color color)
      Parameters:
      color - set color
    • isFill

      public final boolean isFill()
      Returns:
      fill
    • setFill

      public final void setFill(boolean fill)
      Parameters:
      fill - set fill
    • toString

      public final String toString()
      Overrides:
      toString in class nl.tudelft.simulation.dsol.animation.d2.Renderable2d<StaticObjectAnimation.StaticObjectData>