public class SinkAnimation extends AbstractLineAnimation<SinkSensor> implements Serializable
Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
All rights reserved.
BSD-style license. See OpenTrafficSim License.
$LastChangedDate: 2015-08-12 16:37:45 +0200 (Wed, 12 Aug 2015) $, @version $Revision: 1240 $, by $Author: averbraeck $,
initial version Jan 30, 2015
Renderable2DInterface.Utilsource| Constructor and Description |
|---|
SinkAnimation(SinkSensor source,
SimulatorInterface.TimeDoubleUnit simulator)
Construct the Sink animation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
paint(Graphics2D graphics,
ImageObserver observer) |
String |
toString() |
getHalfLengthbind2Context, contains, destroy, equals, getSource, hashCode, isFlip, isRotate, isScale, isTranslate, paint, setFlip, setRotate, setScale, setTranslatepublic SinkAnimation(SinkSensor source, SimulatorInterface.TimeDoubleUnit simulator) throws NamingException, RemoteException
source - the Car to drawsimulator - the simulator to schedule onNamingException - in case of registration failure of the animationRemoteException - in case of remote registration failure of the animationpublic final void paint(Graphics2D graphics, ImageObserver observer) throws RemoteException
paint in class AbstractLineAnimation<SinkSensor>RemoteExceptionpublic final String toString()
toString in class Renderable2D<SinkSensor>Copyright © 2014–2018 Delft University of Technology. All rights reserved.