| Package | Description | 
|---|---|
| org.opentrafficsim.draw.graphs | Various graphs that function on generic meta-data (like which path) and data structures. | 
| org.opentrafficsim.draw.graphs.road | Basic graphs for traffic simulation. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ContourDataSource<?> | AbstractContourPlot. getDataPool()Returns the data pool for sub classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract org.opentrafficsim.draw.graphs.ContourDataSource.Axis | ContourDataSource.Dimension. getAxis(ContourDataSource<?> dataPool)Returns the  Axisobject. | 
| Constructor and Description | 
|---|
| AbstractContourPlot(String caption,
                   OTSSimulatorInterface simulator,
                   ContourDataSource<?> dataPool,
                   BoundsPaintScale paintScale,
                   Z legendStep,
                   String legendFormat,
                   String valueFormat)Constructor with specified paint scale. | 
| AbstractContourPlot(String caption,
                   OTSSimulatorInterface simulator,
                   ContourDataSource<?> dataPool,
                   Z legendStep,
                   String legendFormat,
                   Z minValue,
                   Z maxValue,
                   String valueFormat)Constructor with default paint scale. | 
| ContourPlotAcceleration(String caption,
                       OTSSimulatorInterface simulator,
                       ContourDataSource<?> dataPool)Constructor. | 
| ContourPlotDensity(String caption,
                  OTSSimulatorInterface simulator,
                  ContourDataSource<?> dataPool)Constructor. | 
| ContourPlotFlow(String caption,
               OTSSimulatorInterface simulator,
               ContourDataSource<?> dataPool)Constructor. | 
| ContourPlotSpeed(String caption,
                OTSSimulatorInterface simulator,
                ContourDataSource<?> dataPool)Constructor. | 
| Constructor and Description | 
|---|
| ContourPlotDelay(String caption,
                OTSSimulatorInterface simulator,
                ContourDataSource<GtuData> dataPool)Constructor. | 
Copyright © 2014–2019 Delft University of Technology. All rights reserved.