public class TestOpenDriveParserNoRTINew
extends org.opentrafficsim.simulationengine.AbstractWrappableAnimation
 Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved. 
 BSD-style license. See OpenTrafficSim License.
 
 $LastChangedDate: 2015-08-05 15:55:21 +0200 (Wed, 05 Aug 2015) $, @version $Revision: 1199 $, by $Author: averbraeck $,
 initial version Oct 17, 2014 
| Modifier and Type | Class and Description | 
|---|---|
(package private) class  | 
TestOpenDriveParserNoRTINew.TestOpenDriveModel
Model to test the XML parser. 
 | 
| Constructor and Description | 
|---|
TestOpenDriveParserNoRTINew()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
description() | 
static void | 
main(String[] args)
Main program. 
 | 
protected Rectangle2D.Double | 
makeAnimationRectangle() | 
protected JPanel | 
makeCharts() | 
protected org.opentrafficsim.core.dsol.OTSModelInterface | 
makeModel(org.opentrafficsim.core.gtu.animation.GTUColorer colorer) | 
String | 
shortName() | 
void | 
stopTimersThreads() | 
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.WrappableAnimationstopTimersThreads in class org.opentrafficsim.simulationengine.AbstractWrappableAnimationprotected final JPanel makeCharts()
makeCharts in class org.opentrafficsim.simulationengine.AbstractWrappableAnimationprotected final org.opentrafficsim.core.dsol.OTSModelInterface makeModel(org.opentrafficsim.core.gtu.animation.GTUColorer colorer)
makeModel in class org.opentrafficsim.simulationengine.AbstractWrappableAnimationprotected final Rectangle2D.Double makeAnimationRectangle()
makeAnimationRectangle in class org.opentrafficsim.simulationengine.AbstractWrappableAnimationCopyright © 2014–2016 Delft University of Technology. All rights reserved.