Package org.opentrafficsim.core.animation

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

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

Version:
$Revision$, $LastChangedDate$, by $Author$, initial version Aug 25, 2017
Author:
Alexander Verbraeck, Peter Knoppers, Wouter Schakel
  • Interface Summary 
    Interface Description
    Colorer<D extends Drawable>
    Colorer is the generic interface for anything that can get a static or dynamic color in an animation within OTS.
    DrawingInfo
    DrawingInfo stores the drawing information about a graphics object.
  • Class Summary 
    Class Description
    ColorInterpolator
    Interpolate between two color values.
    DrawingInfoLine<D extends Drawable>
    DrawingInfoLine stores the drawing information about a line.
    DrawingInfoShape<D extends Drawable>
    DrawingInfoLine stores the drawing information about a shape.
    DrawingInfoStripe<D extends Drawable>
    DrawingInfoStripe stores the drawing information about a stripe on a road.
    FixedColorer<D extends Drawable>
    FixedColorer stores a fixed color for drawing.
  • Enum Summary 
    Enum Description
    StripeType
    StripeType.java.