Package | Description |
---|---|
org.opentrafficsim.core.animation |
Drawing information for animation, but non-specific for any type of visualization engine like Swing.
|
org.opentrafficsim.core.animation.network |
Persistent storage of the drawing information for animated / visualized objects.
|
Modifier and Type | Class and Description |
---|---|
class |
DrawingInfoLine<D extends Drawable>
DrawingInfoLine stores the drawing information about a line.
|
class |
DrawingInfoShape<D extends Drawable>
DrawingInfoLine stores the drawing information about a shape.
|
class |
DrawingInfoStripe<D extends Drawable>
DrawingInfoStripe stores the drawing information about a stripe on a road.
|
Modifier and Type | Method and Description |
---|---|
DrawingInfo |
NetworkAnimation.getDrawingInfo(Drawable drawable)
Get the drawing information for a drawable instance.
|
DrawingInfo |
NetworkAnimation.getDrawingInfoBase(Drawable drawable)
Get the static drawing information for a drawable instance.
|
DrawingInfo |
NetworkAnimation.getDrawingInfoClass(Class<? extends Drawable> drawableClass)
Get the static class-based drawing information for a drawable instance.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkAnimation.addDrawingInfoBase(Drawable drawable,
DrawingInfo drawingInfo)
Add the drawing info for an instance.
|
void |
NetworkAnimation.addDrawingInfoClass(Class<? extends Drawable> drawableClass,
DrawingInfo drawingInfo)
Add the drawing info for a class.
|
void |
NetworkAnimation.addDrawingInfoDynamic(Drawable drawable,
DrawingInfo drawingInfo)
Add the dynamic drawing information for an instance.
|
Copyright © 2014–2019 Delft University of Technology. All rights reserved.