Package org.opentrafficsim.core.animation


package org.opentrafficsim.core.animation
Drawing information for animation, but non-specific for any type of visualization engine like Swing.

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
  • Class
    Description
    Colorer<D extends org.opentrafficsim.core.animation.Drawable>
    Colorer is the generic interface for anything that can get a static or dynamic color in an animation within OTS.
    Interpolate between two color values.
    DrawingInfo stores the drawing information about a graphics object.
    DrawingInfoLine<D extends org.opentrafficsim.core.animation.Drawable>
    DrawingInfoLine stores the drawing information about a line.
    DrawingInfoShape<D extends org.opentrafficsim.core.animation.Drawable>
    DrawingInfoLine stores the drawing information about a shape.
    DrawingInfoStripe<D extends org.opentrafficsim.core.animation.Drawable>
    DrawingInfoStripe stores the drawing information about a stripe on a road.
    FixedColorer<D extends org.opentrafficsim.core.animation.Drawable>
    FixedColorer stores a fixed color for drawing.
    StripeType.java.