Package org.opentrafficsim.draw.object
Class StaticObjectAnimation
java.lang.Object
nl.tudelft.simulation.dsol.animation.d2.Renderable2d<L>
org.opentrafficsim.base.geometry.OtsRenderable<StaticObjectAnimation.StaticObjectData>
org.opentrafficsim.draw.object.StaticObjectAnimation
- All Implemented Interfaces:
Serializable
,nl.tudelft.simulation.dsol.animation.d2.Renderable2dInterface<StaticObjectAnimation.StaticObjectData>
public class StaticObjectAnimation
extends org.opentrafficsim.base.geometry.OtsRenderable<StaticObjectAnimation.StaticObjectData>
Generic animation of a static object.
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Wouter Schakel
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
StaticObjectData provides the information required to draw a static object. -
Field Summary
Fields inherited from class org.opentrafficsim.base.geometry.OtsRenderable
RENDERING_KEYS, RENDERING_VALUES
-
Constructor Summary
ConstructorDescriptionStaticObjectAnimation
(StaticObjectAnimation.StaticObjectData source, nl.tudelft.simulation.naming.context.Contextualized contextualized, float width, Color color, boolean fill) -
Method Summary
Methods inherited from class org.opentrafficsim.base.geometry.OtsRenderable
contains, resetRendering, setRendering, toBoundsTransform
Methods inherited from class nl.tudelft.simulation.dsol.animation.d2.Renderable2d
bind2Context, destroy, getId, getSource, isFlip, isRotate, isScale, isScaleObject, isScaleY, isTranslate, paint, paintComponent, setFlip, setRotate, setScale, setScaleObject, setScaleY, setTranslate
-
Constructor Details
-
StaticObjectAnimation
public StaticObjectAnimation(StaticObjectAnimation.StaticObjectData source, nl.tudelft.simulation.naming.context.Contextualized contextualized, float width, Color color, boolean fill) throws NamingException, RemoteException - Parameters:
source
- StaticObjectData; Static Objectcontextualized
- Contextualized; context providerwidth
- float; width of the contour line to drawcolor
- Color; color of the contour line / fillfill
- boolean; fill internal or not- Throws:
NamingException
- for problems with registering in contextRemoteException
- on communication failure
-
-
Method Details
-
paint
- Specified by:
paint
in classnl.tudelft.simulation.dsol.animation.d2.Renderable2d<StaticObjectAnimation.StaticObjectData>
-
getWidth
public final float getWidth()- Returns:
- width
-
setWidth
public final void setWidth(float width) - Parameters:
width
- float; set width
-
getColor
- Returns:
- color
-
setColor
- Parameters:
color
- Color; set color
-
isFill
public final boolean isFill()- Returns:
- fill
-
setFill
public final void setFill(boolean fill) - Parameters:
fill
- boolean; set fill
-
toString
- Overrides:
toString
in classnl.tudelft.simulation.dsol.animation.d2.Renderable2d<StaticObjectAnimation.StaticObjectData>
-