public class LinkAnimation extends Renderable2D<Link> implements ClonableRenderable2DInterface<Link>, 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.
$LastChangedDate: 2018-10-11 22:54:04 +0200 (Thu, 11 Oct 2018) $, @version $Revision: 4696 $, by $Author: averbraeck $,
initial version Sep 13, 2014
Modifier and Type | Class and Description |
---|---|
class |
LinkAnimation.Text
Text animation for the Link.
|
Renderable2DInterface.Util
Constructor and Description |
---|
LinkAnimation(Link link,
SimulatorInterface.TimeDoubleUnit simulator,
float width) |
Modifier and Type | Method and Description |
---|---|
ClonableRenderable2DInterface<Link> |
clone(Link newSource,
SimulatorInterface.TimeDoubleUnit newSimulator)
Clone the animation object and register it for the new source on the new simulation.
|
void |
destroy() |
void |
paint(Graphics2D graphics,
ImageObserver observer) |
String |
toString() |
bind2Context, contains, equals, getSource, hashCode, isFlip, isRotate, isScale, isTranslate, paint, setFlip, setRotate, setScale, setTranslate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
contains, getSource, paint
public LinkAnimation(Link link, SimulatorInterface.TimeDoubleUnit simulator, float width) throws NamingException, RemoteException
link
- Link; Linksimulator
- SimulatorInterface.TimeDoubleUnit; simulatorwidth
- float; widthNamingException
- for problems with registering in contextRemoteException
- on communication failurepublic final void paint(Graphics2D graphics, ImageObserver observer) throws RemoteException
paint
in class Renderable2D<Link>
RemoteException
public final void destroy() throws NamingException
destroy
in interface Renderable2DInterface<Link>
destroy
in class Renderable2D<Link>
NamingException
public ClonableRenderable2DInterface<Link> clone(Link newSource, SimulatorInterface.TimeDoubleUnit newSimulator) throws NamingException, RemoteException
clone
in interface ClonableRenderable2DInterface<Link>
newSource
- T; the sourcenewSimulator
- SimulatorInterface.TimeDoubleUnit; the simulatorNamingException
- when animation context cannot be created or retrievedRemoteException
- - when remote context cannot be foundpublic final String toString()
toString
in class Renderable2D<Link>
Copyright © 2014–2019 Delft University of Technology. All rights reserved.