Uses of Interface
org.opentrafficsim.core.animation.DrawingInfo
Packages that use DrawingInfo
Package
Description
Drawing information for animation, but non-specific for any type of visualization engine like Swing.
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 DrawingInfoModifier and TypeClassDescriptionclassDrawingInfoLine<D extends org.opentrafficsim.core.animation.Drawable>DrawingInfoLine stores the drawing information about a line.classDrawingInfoShape<D extends org.opentrafficsim.core.animation.Drawable>DrawingInfoLine stores the drawing information about a shape.classDrawingInfoStripe<D extends org.opentrafficsim.core.animation.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 DrawingInfoModifier and TypeMethodDescriptionNetworkAnimation.getDrawingInfo(org.opentrafficsim.core.animation.Drawable drawable) Get the drawing information for a drawable instance.NetworkAnimation.getDrawingInfoBase(org.opentrafficsim.core.animation.Drawable drawable) Get the static drawing information for a drawable instance.NetworkAnimation.getDrawingInfoClass(Class<? extends org.opentrafficsim.core.animation.Drawable> drawableClass) Get the static class-based drawing information for a drawable instance.Methods in org.opentrafficsim.core.animation.network with parameters of type DrawingInfoModifier and TypeMethodDescriptionvoidNetworkAnimation.addDrawingInfoBase(org.opentrafficsim.core.animation.Drawable drawable, DrawingInfo drawingInfo) Add the drawing info for an instance.voidNetworkAnimation.addDrawingInfoClass(Class<? extends org.opentrafficsim.core.animation.Drawable> drawableClass, DrawingInfo drawingInfo) Add the drawing info for a class.voidNetworkAnimation.addDrawingInfoDynamic(org.opentrafficsim.core.animation.Drawable drawable, DrawingInfo drawingInfo) Add the dynamic drawing information for an instance.