Uses of Class
org.opentrafficsim.animation.BoundsPaintScale
Packages that use BoundsPaintScale
Package
Description
Generic colorers functionality.
Colorers for trajectories.
Various graphs that function on generic meta-data (like which path) and data structures.
-
Uses of BoundsPaintScale in org.opentrafficsim.animation.colorer
Methods in org.opentrafficsim.animation.colorer that return BoundsPaintScaleModifier and TypeMethodDescriptionAbstractLegendBarColorer.getBoundsPaintScale()ColorbarColorer.getBoundsPaintScale()Returns the bound paint scale to fill the color bar.Methods in org.opentrafficsim.animation.colorer with parameters of type BoundsPaintScaleModifier and TypeMethodDescriptionstatic List<LegendColorer.LegendEntry>LegendColorer.fromBoundsPaintScale(BoundsPaintScale scale, String format) Create legend from a bounds paint scale.static List<LegendColorer.LegendEntry>LegendColorer.fromBoundsPaintScale(BoundsPaintScale scale, String format, Color notApplicable) Create legend from a bounds paint scale.Constructors in org.opentrafficsim.animation.colorer with parameters of type BoundsPaintScaleModifierConstructorDescriptionAbstractLegendBarColorer(Function<? super T, Optional<V>> valueFunction, Function<V, Color> colorFunction, List<LegendColorer.LegendEntry> legend, BoundsPaintScale boundsPaintScale) Constructor.AccelerationColorer(Function<? super T, Optional<org.djunits.value.vdouble.scalar.Acceleration>> valueFunction, BoundsPaintScale boundPaintScale) Constructor.SpeedColorer(Function<? super T, Optional<org.djunits.value.vdouble.scalar.Speed>> valueFunction, BoundsPaintScale boundPaintScale) Constructor. -
Uses of BoundsPaintScale in org.opentrafficsim.animation.colorer.trajectory
Constructors in org.opentrafficsim.animation.colorer.trajectory with parameters of type BoundsPaintScaleModifierConstructorDescriptionAccelerationTrajectoryColorer(BoundsPaintScale boundPaintScale) Constructor.SpeedTrajectoryColorer(BoundsPaintScale boundPaintScale) Constructor. -
Uses of BoundsPaintScale in org.opentrafficsim.animation.graphs
Constructors in org.opentrafficsim.animation.graphs with parameters of type BoundsPaintScaleModifierConstructorDescriptionAbstractContourPlot(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.UnitPlot(String caption, ContourDataSource source, ExtendedDataNumber<?> extendedDataType, BoundsPaintScale paintScale, Z legendStep, U unit) Constructor with specified paint scale.