Class SpeedSignAnimation
java.lang.Object
nl.tudelft.simulation.dsol.animation.d2.Renderable2d<L>
org.opentrafficsim.base.geometry.OtsRenderable<org.opentrafficsim.road.network.lane.object.SpeedSign>
org.opentrafficsim.demo.doc.tutorials.SpeedSignAnimation
- All Implemented Interfaces:
Serializable
,nl.tudelft.simulation.dsol.animation.d2.Renderable2dInterface<org.opentrafficsim.road.network.lane.object.SpeedSign>
public class SpeedSignAnimation
extends org.opentrafficsim.base.geometry.OtsRenderable<org.opentrafficsim.road.network.lane.object.SpeedSign>
- See Also:
-
Field Summary
Fields inherited from class org.opentrafficsim.base.geometry.OtsRenderable
RENDERING_KEYS, RENDERING_VALUES
-
Constructor Summary
ConstructorDescriptionSpeedSignAnimation
(org.opentrafficsim.road.network.lane.object.SpeedSign source, org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator) -
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, toString
-
Constructor Details
-
SpeedSignAnimation
public SpeedSignAnimation(org.opentrafficsim.road.network.lane.object.SpeedSign source, org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator)
-
-
Method Details
-
paint
- Specified by:
paint
in classnl.tudelft.simulation.dsol.animation.d2.Renderable2d<org.opentrafficsim.road.network.lane.object.SpeedSign>
-