Uses of Class
org.opentrafficsim.draw.graphs.ContourDataSource
Packages that use ContourDataSource
Package
Description
Various graphs that function on generic meta-data (like which path) and data structures.
-
Uses of ContourDataSource in org.opentrafficsim.draw.graphs
Methods in org.opentrafficsim.draw.graphs that return ContourDataSourceModifier and TypeMethodDescriptionfinal ContourDataSource
AbstractContourPlot.getDataPool()
Returns the data pool for sub classes.Methods in org.opentrafficsim.draw.graphs with parameters of type ContourDataSourceModifier and TypeMethodDescriptionprotected abstract ContourDataSource.Axis
ContourDataSource.Dimension.getAxis
(ContourDataSource dataPool) Returns theAxis
object.Constructors in org.opentrafficsim.draw.graphs with parameters of type ContourDataSourceModifierConstructorDescriptionAbstractContourPlot
(String caption, PlotScheduler scheduler, ContourDataSource dataPool, BoundsPaintScale paintScale, Z legendStep, String legendFormat, String valueFormat) Constructor with specified paint scale.AbstractContourPlot
(String caption, PlotScheduler scheduler, ContourDataSource dataPool, Z legendStep, String legendFormat, Z minValue, Z maxValue, String valueFormat) Constructor with default paint scale.ContourPlotAcceleration
(String caption, PlotScheduler scheduler, ContourDataSource dataPool) Constructor.ContourPlotDelay
(String caption, PlotScheduler scheduler, ContourDataSource dataPool) Constructor.ContourPlotDensity
(String caption, PlotScheduler scheduler, ContourDataSource dataPool) Constructor.ContourPlotFlow
(String caption, PlotScheduler scheduler, ContourDataSource dataPool) Constructor.ContourPlotSpeed
(String caption, PlotScheduler scheduler, ContourDataSource dataPool) Constructor.