Uses of Class
org.apache.sis.internal.coverage.j2d.ColorsForRange
Packages that use ColorsForRange
Package
Description
A set of helper classes for the SIS implementation backed by Java2D.
-
Uses of ColorsForRange in org.apache.sis.internal.coverage.j2d
Fields in org.apache.sis.internal.coverage.j2d declared as ColorsForRangeModifier and TypeFieldDescriptionprivate ColorsForRange[]
Colorizer.entries
The colors to use for each range of values in the source image.Fields in org.apache.sis.internal.coverage.j2d with type parameters of type ColorsForRangeModifier and TypeFieldDescriptionprivate static final Comparator
<ColorsForRange> ColorModelFactory.RANGE_COMPARATOR
Comparator for sorting ranges by their minimal value.Methods in org.apache.sis.internal.coverage.j2d that return ColorsForRangeModifier and TypeMethodDescription(package private) static ColorsForRange[]
ColorsForRange.list
(Collection<Map.Entry<NumberRange<?>, Color[]>> colors) Converts map entries to an array ofColorsForRange
entries.Methods in org.apache.sis.internal.coverage.j2d with parameters of type ColorsForRangeModifier and TypeMethodDescriptionint
ColorsForRange.compareTo
(ColorsForRange other) Comparator for sorting entries by their alpha value.(package private) static ColorModel
ColorModelFactory.createPiecewise
(int dataType, int numBands, int visibleBand, ColorsForRange[] colors) Returns a color model interpolated for the given ranges and colors.Constructors in org.apache.sis.internal.coverage.j2d with parameters of type ColorsForRangeModifierConstructorDescriptionprivate
ColorModelFactory
(int dataType, int numBands, int visibleBand, ColorsForRange[] colors) Constructs a newColorModelFactory
.