Uses of Class
org.opentrafficsim.draw.graphs.ContourDataSource
| 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.
|
-
Uses of ContourDataSource in org.opentrafficsim.draw.graphs
Methods in org.opentrafficsim.draw.graphs that return ContourDataSource Modifier and Type Method Description ContourDataSource<?>AbstractContourPlot. getDataPool()Returns the data pool for sub classes.Methods in org.opentrafficsim.draw.graphs with parameters of type ContourDataSource Modifier and Type Method Description protected abstract org.opentrafficsim.draw.graphs.ContourDataSource.AxisContourDataSource.Dimension. getAxis(ContourDataSource<?> dataPool)Returns theAxisobject.Constructors in org.opentrafficsim.draw.graphs with parameters of type ContourDataSource Constructor Description AbstractContourPlot(java.lang.String caption, OTSSimulatorInterface simulator, ContourDataSource<?> dataPool, BoundsPaintScale paintScale, Z legendStep, java.lang.String legendFormat, java.lang.String valueFormat)Constructor with specified paint scale.AbstractContourPlot(java.lang.String caption, OTSSimulatorInterface simulator, ContourDataSource<?> dataPool, Z legendStep, java.lang.String legendFormat, Z minValue, Z maxValue, java.lang.String valueFormat)Constructor with default paint scale.ContourPlotAcceleration(java.lang.String caption, OTSSimulatorInterface simulator, ContourDataSource<?> dataPool)Constructor.ContourPlotDensity(java.lang.String caption, OTSSimulatorInterface simulator, ContourDataSource<?> dataPool)Constructor.ContourPlotFlow(java.lang.String caption, OTSSimulatorInterface simulator, ContourDataSource<?> dataPool)Constructor.ContourPlotSpeed(java.lang.String caption, OTSSimulatorInterface simulator, ContourDataSource<?> dataPool)Constructor. -
Uses of ContourDataSource in org.opentrafficsim.draw.graphs.road
Constructors in org.opentrafficsim.draw.graphs.road with parameters of type ContourDataSource Constructor Description ContourPlotDelay(java.lang.String caption, OTSSimulatorInterface simulator, ContourDataSource<GtuData> dataPool)Constructor.