Uses of Class
org.opentrafficsim.animation.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.animation.graphs
Methods in org.opentrafficsim.animation.graphs with parameters of type ContourDataSourceModifier and TypeMethodDescriptionprotected abstract org.opentrafficsim.animation.graphs.ContourDataSource.AxisContourDataSource.Dimension.getAxis(ContourDataSource dataPool) Returns theAxisobject.Constructors in org.opentrafficsim.animation.graphs with parameters of type ContourDataSourceModifierConstructorDescriptionAbstractContourPlot(String caption, ContourDataSource source, ContourDataSource.ContourAdditionalDataType<Z, ?> contourDataType, AbstractContourPlot.Bounds<Z> bounds, AbstractContourPlot.LabelData<Z> labelData) Constructor with default paint scale (red at minimum, yellow at mid-point, green at maximum).AbstractContourPlot(String caption, ContourDataSource source, ContourDataSource.ContourDataType<Z> contourDataType, BoundsPaintScale paintScale, AbstractContourPlot.LabelData<Z> labelData) Constructor with specified paint scale.ContourPlotAcceleration(String caption, ContourDataSource source) Constructor.ContourPlotDelay(String caption, ContourDataSource source) Constructor.ContourPlotDensity(String caption, ContourDataSource source) Constructor.ContourPlotExtendedData(String caption, ContourDataSource source, ExtendedDataNumber<?> extendedDataType, Function<Double, Z> valueConverter, BoundsPaintScale paintScale, AbstractContourPlot.LabelData<Z> labelData) Constructor with specified paint scale.ContourPlotExtendedData(String caption, ContourDataSource source, ExtendedDataNumber<?> extendedDataType, Function<Double, Z> valueConverter, AbstractContourPlot.Bounds<Z> bounds, AbstractContourPlot.LabelData<Z> labelData) Constructor with default paint scale (red at minimum, yellow at mid-point, green at maximum).ContourPlotFlow(String caption, ContourDataSource source) Constructor.ContourPlotSpeed(String caption, ContourDataSource source) Constructor.UnitPlot(String caption, ContourDataSource source, ExtendedDataNumber<?> extendedDataType, BoundsPaintScale paintScale, Z legendStep, U unit) Constructor with specified paint scale.UnitPlot(String caption, ContourDataSource source, ExtendedDataNumber<?> extendedDataType, AbstractContourPlot.Bounds<Z> bounds, Z legendStep, U unit) Constructor with default paint scale (red at minimum, yellow at mid-point, green at maximum).