Package org.opentrafficsim.draw.object
Class StaticObjectAnimation
java.lang.Object
nl.tudelft.simulation.dsol.animation.D2.Renderable2D<org.opentrafficsim.core.object.StaticObject>
org.opentrafficsim.draw.object.StaticObjectAnimation
- All Implemented Interfaces:
Serializable
,nl.tudelft.simulation.dsol.animation.D2.Renderable2DInterface<org.opentrafficsim.core.object.StaticObject>
public class StaticObjectAnimation
extends nl.tudelft.simulation.dsol.animation.D2.Renderable2D<org.opentrafficsim.core.object.StaticObject>
implements Serializable
Copyright (c) 2013-2023 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStaticObjectAnimation
(org.opentrafficsim.core.object.StaticObject source, org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator, float width, Color color, boolean fill) -
Method Summary
Methods inherited from class nl.tudelft.simulation.dsol.animation.D2.Renderable2D
bind2Context, contains, destroy, getId, getSource, isFlip, isRotate, isScale, isScaleObject, isScaleY, isTranslate, paint, paintComponent, setFlip, setRotate, setScale, setScaleObject, setScaleY, setTranslate
-
Constructor Details
-
StaticObjectAnimation
public StaticObjectAnimation(org.opentrafficsim.core.object.StaticObject source, org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator, float width, Color color, boolean fill) throws NamingException, RemoteException - Parameters:
source
- StaticObject; Static Objectsimulator
- OtsSimulatorInterface; simulatorwidth
- 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<org.opentrafficsim.core.object.StaticObject>
-
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<org.opentrafficsim.core.object.StaticObject>
-