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,- Renderable2DInterface<org.opentrafficsim.core.object.StaticObject>
 
 public class StaticObjectAnimation extends Renderable2D<org.opentrafficsim.core.object.StaticObject> implements Serializable Copyright (c) 2013-2022 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved. 
 BSD-style license. See OpenTrafficSim License.$LastChangedDate: 2015-09-14 01:33:02 +0200 (Mon, 14 Sep 2015) $, @version $Revision: 1401 $, by $Author: averbraeck $, initial version Sep 13, 2014 - Author:
- Alexander Verbraeck
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description StaticObjectAnimation(org.opentrafficsim.core.object.StaticObject source, org.opentrafficsim.core.dsol.OTSSimulatorInterface simulator, float width, Color color, boolean fill)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ColorgetColor()floatgetWidth()booleanisFill()voidpaint(Graphics2D graphics, ImageObserver observer)voidsetColor(Color color)voidsetFill(boolean fill)voidsetWidth(float width)StringtoString()- 
Methods inherited from class nl.tudelft.simulation.dsol.animation.D2.Renderable2Dbind2Context, contains, destroy, getId, getSource, isFlip, isRotate, isScale, isScaleObject, isScaleY, isTranslate, paint, paintComponent, setFlip, setRotate, setScale, setScaleObject, setScaleY, setTranslate
 
- 
 
- 
- 
- 
Constructor Detail- 
StaticObjectAnimationpublic 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 Object
- simulator- OTSSimulatorInterface; simulator
- width- float; width of the contour line to draw
- color- Color; color of the contour line / fill
- fill- boolean; fill internal or not
- Throws:
- NamingException- for problems with registering in context
- RemoteException- on communication failure
 
 
- 
 - 
Method Detail- 
paintpublic final void paint(Graphics2D graphics, ImageObserver observer) - Specified by:
- paintin class- Renderable2D<org.opentrafficsim.core.object.StaticObject>
 
 - 
getWidthpublic final float getWidth() - Returns:
- width
 
 - 
setWidthpublic final void setWidth(float width) - Parameters:
- width- float; set width
 
 - 
getColorpublic final Color getColor() - Returns:
- color
 
 - 
setColorpublic final void setColor(Color color) - Parameters:
- color- Color; set color
 
 - 
isFillpublic final boolean isFill() - Returns:
- fill
 
 - 
setFillpublic final void setFill(boolean fill) - Parameters:
- fill- boolean; set fill
 
 - 
toStringpublic final String toString() - Overrides:
- toStringin class- Renderable2D<org.opentrafficsim.core.object.StaticObject>
 
 
- 
 
-