Uses of Class
org.apache.sis.internal.coverage.j2d.FillValues
Packages that use FillValues
Package
Description
Provides helper classes for handling Java2D rendered images together with some operations.
A set of helper classes for the SIS implementation backed by Java2D.
-
Uses of FillValues in org.apache.sis.image
Fields in org.apache.sis.image declared as FillValuesModifier and TypeFieldDescriptionprivate final FillValues
MaskedImage.fillValues
Values to assign to the pixels to mask. -
Uses of FillValues in org.apache.sis.internal.coverage.j2d
Fields in org.apache.sis.internal.coverage.j2d declared as FillValuesModifier and TypeFieldDescriptionprivate final FillValues
TilePlaceholder.Filled.fill
The object to use for filling the raster.Methods in org.apache.sis.internal.coverage.j2d with parameters of type FillValuesModifier and TypeMethodDescriptionstatic TilePlaceholder
TilePlaceholder.filled
(SampleModel model, FillValues fill) Returns a provider of empty tiles filled with the given values.Constructors in org.apache.sis.internal.coverage.j2d with parameters of type FillValuesModifierConstructorDescription(package private)
Filled
(SampleModel model, FillValues fill) Creates a new provider for the given fill value.