Uses of Class
org.apache.sis.internal.coverage.j2d.ScaledColorSpace
Packages that use ScaledColorSpace
Package
Description
A set of helper classes for the SIS implementation backed by Java2D.
-
Uses of ScaledColorSpace in org.apache.sis.internal.coverage.j2d
Fields in org.apache.sis.internal.coverage.j2d declared as ScaledColorSpaceModifier and TypeFieldDescriptionprivate final ScaledColorSpace
ScaledColorModel.cs
The object from which to get the coefficients for converting values to colors.Constructors in org.apache.sis.internal.coverage.j2d with parameters of type ScaledColorSpaceModifierConstructorDescription(package private)
ScaledColorModel
(ScaledColorSpace colorSpace, int type) Creates a new color model for the range of values in the given color space.(package private)
ScaledColorSpace
(ScaledColorSpace parent, int[] bands) Creates a color space for the same range of values than the given space, but a subset of the bands.