Uses of Class
org.opentrafficsim.draw.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.draw.colorer
Methods in org.opentrafficsim.draw.colorer that return BoundsPaintScaleModifier and TypeMethodDescriptionAbstractLegendBarColorer.getBoundsPaintScale()ColorbarColorer.getBoundsPaintScale()Returns the bound paint scale to fill the color bar.Methods in org.opentrafficsim.draw.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.draw.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<Acceleration>> valueFunction, BoundsPaintScale boundPaintScale) Constructor.SpeedColorer(Function<? super T, Optional<Speed>> valueFunction, BoundsPaintScale boundPaintScale) Constructor. -
Uses of BoundsPaintScale in org.opentrafficsim.draw.colorer.trajectory
Constructors in org.opentrafficsim.draw.colorer.trajectory with parameters of type BoundsPaintScaleModifierConstructorDescriptionAccelerationTrajectoryColorer(BoundsPaintScale boundPaintScale) Constructor.SpeedTrajectoryColorer(BoundsPaintScale boundPaintScale) Constructor. -
Uses of BoundsPaintScale in org.opentrafficsim.draw.graphs
Constructors in org.opentrafficsim.draw.graphs with parameters of type BoundsPaintScaleModifierConstructorDescriptionAbstractContourPlot(String caption, PlotScheduler scheduler, ContourDataSource dataPool, ContourDataSource.ContourDataType<Z, ?> contourDataType, BoundsPaintScale paintScale, Z legendStep, String legendFormat, String valueFormat) Constructor with specified paint scale.