Uses of Enum
org.apache.sis.internal.coverage.j2d.ColorModelType
Packages that use ColorModelType
Package
Description
A set of helper classes for the SIS implementation backed by Java2D.
-
Uses of ColorModelType in org.apache.sis.internal.coverage.j2d
Methods in org.apache.sis.internal.coverage.j2d that return ColorModelTypeModifier and TypeMethodDescriptionstatic ColorModelType
ColorModelType.find
(ColorModel model) Gets the type of given color model.static ColorModelType
Returns the enum constant of this type with the specified name.static ColorModelType[]
ColorModelType.values()
Returns an array containing the constants of this enum type, in the order they are declared.