| Package | Description | 
|---|---|
| org.opentrafficsim.graphs | 
 Basic graphs for traffic simulation. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Axis | 
ContourPlot.xAxis
Definition of the X-axis. 
 | 
protected Axis | 
ContourPlot.yAxis
Definition of the Y-axis. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Axis | 
FundamentalDiagramLane.getDensityAxis()  | 
Axis | 
FundamentalDiagram.getDensityAxis()  | 
Axis | 
FundamentalDiagramLane.getFlowAxis()  | 
Axis | 
FundamentalDiagram.getFlowAxis()  | 
Axis | 
FundamentalDiagramLane.getSpeedAxis()  | 
Axis | 
FundamentalDiagram.getSpeedAxis()  | 
Axis | 
ContourPlot.getXAxis()
Get the X axis. 
 | 
Axis | 
ContourPlot.getYAxis()
Get the Y axis. 
 | 
| Constructor and Description | 
|---|
ContourPlot(String caption,
           Axis xAxis,
           List<Lane> path,
           double redValue,
           double yellowValue,
           double greenValue,
           String valueFormat,
           String legendFormat,
           double legendStep)
Create a new ContourPlot. 
 | 
Copyright © 2014–2018 Delft University of Technology. All rights reserved.