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.entriesThe 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_COMPARATORComparator 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 ofColorsForRangeentries.Methods in org.apache.sis.internal.coverage.j2d with parameters of type ColorsForRangeModifier and TypeMethodDescriptionintColorsForRange.compareTo(ColorsForRange other) Comparator for sorting entries by their alpha value.(package private) static ColorModelColorModelFactory.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 ColorsForRangeModifierConstructorDescriptionprivateColorModelFactory(int dataType, int numBands, int visibleBand, ColorsForRange[] colors) Constructs a newColorModelFactory.