public class ConflictAnimation extends AbstractLineAnimation<Conflict> implements Serializable
 Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved. 
 BSD-style license. See OpenTrafficSim License.
 
Renderable2DInterface.Util| Constructor and Description | 
|---|
| ConflictAnimation(Conflict source,
                 SimulatorInterface.TimeDoubleUnit simulator) | 
| 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 ConflictAnimation(Conflict source, SimulatorInterface.TimeDoubleUnit simulator) throws NamingException, RemoteException
source - Conflict; the conflict to drawsimulator - SimulatorInterface.TimeDoubleUnit; the simulator to schedule onNamingException - in case of registration failure of the animationRemoteException - on communication failurepublic final void paint(Graphics2D graphics, ImageObserver observer) throws RemoteException
paint in class AbstractLineAnimation<Conflict>RemoteExceptionpublic final String toString()
toString in class Renderable2D<Conflict>Copyright © 2014–2019 Delft University of Technology. All rights reserved.