Uses of Class
org.opentrafficsim.draw.graphs.ContourDataSource
-
Packages that use 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(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. -
Uses of ContourDataSource in org.opentrafficsim.draw.graphs.road
Constructors in org.opentrafficsim.draw.graphs.road with parameters of type ContourDataSource Constructor Description ContourPlotDelay(String caption, OTSSimulatorInterface simulator, ContourDataSource<GtuData> dataPool)Constructor.
-