public class N201IMB
extends org.opentrafficsim.simulationengine.AbstractWrappableAnimation
Copyright (c) 2013-2016 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 |
---|---|
(package private) class |
N201IMB.CoordinateTransformRD
Convert coordinates to/from the Dutch RD system.
|
(package private) class |
N201IMB.N201Model
Model to test the XML parser.
|
Constructor and Description |
---|
N201IMB() |
Modifier and Type | Method and Description |
---|---|
String |
description() |
static void |
main(String[] args)
Main program.
|
protected Rectangle2D.Double |
makeAnimationRectangle() |
protected JPanel |
makeCharts(org.opentrafficsim.simulationengine.SimpleSimulatorInterface simulator) |
protected org.opentrafficsim.core.dsol.OTSModelInterface |
makeModel(org.opentrafficsim.core.gtu.animation.GTUColorer colorer) |
String |
shortName() |
void |
stopTimersThreads() |
String |
toString() |
public static void main(String[] args) throws nl.tudelft.simulation.dsol.SimRuntimeException
args
- String[]; the command line arguments (not used)nl.tudelft.simulation.dsol.SimRuntimeException
- should never happenpublic final String shortName()
public final String description()
public final void stopTimersThreads()
stopTimersThreads
in interface org.opentrafficsim.simulationengine.WrappableAnimation
stopTimersThreads
in class org.opentrafficsim.simulationengine.AbstractWrappableAnimation
protected final JPanel makeCharts(org.opentrafficsim.simulationengine.SimpleSimulatorInterface simulator)
makeCharts
in class org.opentrafficsim.simulationengine.AbstractWrappableAnimation
protected final org.opentrafficsim.core.dsol.OTSModelInterface makeModel(org.opentrafficsim.core.gtu.animation.GTUColorer colorer)
makeModel
in class org.opentrafficsim.simulationengine.AbstractWrappableAnimation
protected final Rectangle2D.Double makeAnimationRectangle()
makeAnimationRectangle
in class org.opentrafficsim.simulationengine.AbstractWrappableAnimation
Copyright © 2014–2016 Delft University of Technology. All rights reserved.