Uses of Interface
org.opentrafficsim.core.animation.DrawingInfo
| 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.
|
-
Uses of DrawingInfo in org.opentrafficsim.core.animation
Classes in org.opentrafficsim.core.animation that implement DrawingInfo Modifier and Type Class Description classDrawingInfoLine<D extends Drawable>DrawingInfoLine stores the drawing information about a line.classDrawingInfoShape<D extends Drawable>DrawingInfoLine stores the drawing information about a shape.classDrawingInfoStripe<D extends Drawable>DrawingInfoStripe stores the drawing information about a stripe on a road. -
Uses of DrawingInfo in org.opentrafficsim.core.animation.network
Methods in org.opentrafficsim.core.animation.network that return DrawingInfo Modifier and Type Method Description DrawingInfoNetworkAnimation. getDrawingInfo(Drawable drawable)Get the drawing information for a drawable instance.DrawingInfoNetworkAnimation. getDrawingInfoBase(Drawable drawable)Get the static drawing information for a drawable instance.DrawingInfoNetworkAnimation. getDrawingInfoClass(java.lang.Class<? extends Drawable> drawableClass)Get the static class-based drawing information for a drawable instance.Methods in org.opentrafficsim.core.animation.network with parameters of type DrawingInfo Modifier and Type Method Description voidNetworkAnimation. addDrawingInfoBase(Drawable drawable, DrawingInfo drawingInfo)Add the drawing info for an instance.voidNetworkAnimation. addDrawingInfoClass(java.lang.Class<? extends Drawable> drawableClass, DrawingInfo drawingInfo)Add the drawing info for a class.voidNetworkAnimation. addDrawingInfoDynamic(Drawable drawable, DrawingInfo drawingInfo)Add the dynamic drawing information for an instance.