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