public class DefaultCarAnimation extends nl.tudelft.simulation.dsol.animation.D2.Renderable2D<LaneBasedGTU> implements org.opentrafficsim.core.animation.ClonableRenderable2DInterface<LaneBasedGTU>, Serializable
Copyright (c) 2013-2017 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCarAnimation.Text
Text animation for the Car.
|
| Constructor and Description |
|---|
DefaultCarAnimation(LaneBasedGTU gtu,
org.opentrafficsim.core.dsol.OTSSimulatorInterface simulator)
Construct the DefaultCarAnimation for a LaneBasedIndividualCar.
|
DefaultCarAnimation(LaneBasedGTU gtu,
org.opentrafficsim.core.dsol.OTSSimulatorInterface simulator,
org.opentrafficsim.core.gtu.animation.GTUColorer gtuColorer)
Construct the DefaultCarAnimation for a LaneBasedIndividualCar.
|
| Modifier and Type | Method and Description |
|---|---|
org.opentrafficsim.core.animation.ClonableRenderable2DInterface<LaneBasedGTU> |
clone(LaneBasedGTU newSource,
org.opentrafficsim.core.dsol.OTSSimulatorInterface newSimulator) |
void |
destroy() |
int |
hashCode() |
void |
paint(Graphics2D graphics,
ImageObserver observer) |
void |
setGTUColorer(org.opentrafficsim.core.gtu.animation.GTUColorer newGTUColorer)
Replace the GTUColorer.
|
String |
toString() |
bind2Context, contains, equals, getSource, isFlip, isRotate, isScale, isTranslate, paint, setFlip, setRotate, setScale, setTranslatepublic DefaultCarAnimation(LaneBasedGTU gtu, org.opentrafficsim.core.dsol.OTSSimulatorInterface simulator) throws NamingException, RemoteException
gtu - the Car to drawsimulator - the simulator to schedule onNamingException - in case of registration failure of the animationRemoteException - on communication failurepublic DefaultCarAnimation(LaneBasedGTU gtu, org.opentrafficsim.core.dsol.OTSSimulatorInterface simulator, org.opentrafficsim.core.gtu.animation.GTUColorer gtuColorer) throws NamingException, RemoteException
gtu - the Car to drawsimulator - the simulator to schedule ongtuColorer - GTUColorer; the GTUColorer that determines what fill color to useNamingException - in case of registration failure of the animationRemoteException - on communication failurepublic final void setGTUColorer(org.opentrafficsim.core.gtu.animation.GTUColorer newGTUColorer)
newGTUColorer - GTUColorer; the GTUColorer to use from now onpublic final void paint(Graphics2D graphics, ImageObserver observer)
paint in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D<LaneBasedGTU>public final void destroy()
throws NamingException
destroy in interface nl.tudelft.simulation.dsol.animation.D2.Renderable2DInterface<LaneBasedGTU>destroy in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D<LaneBasedGTU>NamingExceptionpublic org.opentrafficsim.core.animation.ClonableRenderable2DInterface<LaneBasedGTU> clone(LaneBasedGTU newSource, org.opentrafficsim.core.dsol.OTSSimulatorInterface newSimulator) throws NamingException, RemoteException
clone in interface org.opentrafficsim.core.animation.ClonableRenderable2DInterface<LaneBasedGTU>NamingExceptionRemoteExceptionpublic final String toString()
toString in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D<LaneBasedGTU>public int hashCode()
hashCode in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D<LaneBasedGTU>Copyright © 2014–2018 Delft University of Technology. All rights reserved.