Uses of Class
org.opentrafficsim.draw.graphs.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
Modifier and TypeMethodDescriptionfinal ContourDataSource
AbstractContourPlot.getDataPool()
Returns the data pool for sub classes.Modifier and TypeMethodDescriptionprotected abstract ContourDataSource.Axis
ContourDataSource.Dimension.getAxis
(ContourDataSource dataPool) Returns theAxis
object.ModifierConstructorDescriptionAbstractContourPlot
(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.