Uses of Interface
org.apache.sis.image.Colorizer
Packages that use Colorizer
Package
Description
A coverage backed by a regular grid.
Provides helper classes for handling Java2D rendered images together with some operations.
Resources which are aggregations or concatenations of other resources.
-
Uses of Colorizer in org.apache.sis.coverage.grid
Methods in org.apache.sis.coverage.grid that return ColorizerModifier and TypeMethodDescriptionGridCoverageProcessor.getColorizer()Returns the colorization algorithm to apply on computed images.Methods in org.apache.sis.coverage.grid with parameters of type ColorizerModifier and TypeMethodDescriptionvoidGridCoverageProcessor.setColorizer(Colorizer colorizer) Sets the colorization algorithm to apply on computed images. -
Uses of Colorizer in org.apache.sis.image
Fields in org.apache.sis.image declared as ColorizerModifier and TypeFieldDescriptionstatic final ColorizerColorizer.ARGBRGB(A) color model for images storing 8 bits integer on 3 or 4 bands.Methods in org.apache.sis.image that return ColorizerModifier and TypeMethodDescriptionstatic ColorizerColorizer.forCategories(Function<Category, Color[]> colors) Creates a colorizer which will interpolate colors in ranges identified by categories.static ColorizerColorizer.forInstance(ColorModel colors) Creates a colorizer which will use the specified color model instance if compatible with the target.static ColorizerCreates a colorizer which will interpolate the given colors in the given range of values.static ColorizerColorizer.forRanges(Map<NumberRange<?>, Color[]> colors) Creates a colorizer which will interpolate colors in multiple ranges of values.ImageProcessor.getColorizer()Returns the colorization algorithm to apply on computed images, ornullfor default.default ColorizerReturns a new colorizer which will apply the specified alternative if this colorizer cannot infer a color model.Methods in org.apache.sis.image with parameters of type ColorizerModifier and TypeMethodDescriptiondefault ColorizerReturns a new colorizer which will apply the specified alternative if this colorizer cannot infer a color model.voidImageProcessor.setColorizer(Colorizer colorizer) Sets the colorization algorithm to apply on computed images. -
Uses of Colorizer in org.apache.sis.storage.aggregate
Methods in org.apache.sis.storage.aggregate that return ColorizerModifier and TypeMethodDescriptionCoverageAggregator.getColorizer()Returns the colorization algorithm to apply on computed images.Methods in org.apache.sis.storage.aggregate with parameters of type ColorizerModifier and TypeMethodDescriptionvoidCoverageAggregator.setColorizer(Colorizer colorizer) Sets the colorization algorithm to apply on computed images.