public class TestShapeParser
extends org.opentrafficsim.simulationengine.AbstractWrappableAnimation
Modifier and Type | Class and Description |
---|---|
(package private) class |
TestShapeParser.GisNDWImport |
Constructor and Description |
---|
TestShapeParser() |
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.