public class StripeAnimation extends nl.tudelft.simulation.dsol.animation.D2.Renderable2D<Stripe> implements org.opentrafficsim.core.animation.ClonableRenderable2DInterface<Stripe>, 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-09-14 01:33:02 +0200 (Mon, 14 Sep 2015) $, @version $Revision: 1401 $, by $Author: averbraeck $,
 initial version Oct 17, 2014 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
StripeAnimation.TYPE
Stripe type. 
 | 
| Constructor and Description | 
|---|
StripeAnimation(Stripe source,
               nl.tudelft.simulation.dsol.simulators.SimulatorInterface.TimeDoubleUnit simulator,
               StripeAnimation.TYPE type)  | 
| Modifier and Type | Method and Description | 
|---|---|
org.opentrafficsim.core.animation.ClonableRenderable2DInterface<Stripe> | 
clone(Stripe newSource,
     nl.tudelft.simulation.dsol.simulators.SimulatorInterface.TimeDoubleUnit newSimulator) | 
void | 
paint(Graphics2D graphics,
     ImageObserver observer) | 
String | 
toString() | 
bind2Context, contains, destroy, equals, getSource, hashCode, isFlip, isRotate, isScale, isTranslate, paint, setFlip, setRotate, setScale, setTranslatepublic StripeAnimation(Stripe source, nl.tudelft.simulation.dsol.simulators.SimulatorInterface.TimeDoubleUnit simulator, StripeAnimation.TYPE type) throws NamingException, RemoteException, org.opentrafficsim.core.geometry.OTSGeometryException
source - ssimulator - stype - tNamingException - neRemoteException - on communication failureorg.opentrafficsim.core.geometry.OTSGeometryException - when something is very wrong with the geometry of the linepublic final void paint(Graphics2D graphics, ImageObserver observer)
paint in class nl.tudelft.simulation.dsol.animation.D2.Renderable2D<Stripe>public org.opentrafficsim.core.animation.ClonableRenderable2DInterface<Stripe> clone(Stripe newSource, nl.tudelft.simulation.dsol.simulators.SimulatorInterface.TimeDoubleUnit newSimulator) throws NamingException, RemoteException
clone in interface org.opentrafficsim.core.animation.ClonableRenderable2DInterface<Stripe>NamingExceptionRemoteExceptionCopyright © 2014–2018 Delft University of Technology. All rights reserved.