Uses of Record Class
org.opentrafficsim.animation.graphs.AbstractContourPlot.LabelData
Packages that use AbstractContourPlot.LabelData
Package
Description
Various graphs that function on generic meta-data (like which path) and data structures.
-
Uses of AbstractContourPlot.LabelData in org.opentrafficsim.animation.graphs
Constructors in org.opentrafficsim.animation.graphs with parameters of type AbstractContourPlot.LabelDataModifierConstructorDescriptionAbstractContourPlot(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.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).