Uses of Interface
org.apache.commons.imaging.formats.tiff.photometricinterpreters.floatingpoint.PaletteEntry
-
Packages that use PaletteEntry Package Description org.apache.commons.imaging.formats.tiff.photometricinterpreters.floatingpoint Provides supplemental photometric interpreters for TIFF products based on floating-point data. -
-
Uses of PaletteEntry in org.apache.commons.imaging.formats.tiff.photometricinterpreters.floatingpoint
Classes in org.apache.commons.imaging.formats.tiff.photometricinterpreters.floatingpoint that implement PaletteEntry Modifier and Type Class Description class
PaletteEntryForRange
Provides a palette entry for colors associated with a range of values.class
PaletteEntryForValue
Provides a palette entry for a color assignment to a single value.Fields in org.apache.commons.imaging.formats.tiff.photometricinterpreters.floatingpoint with type parameters of type PaletteEntry Modifier and Type Field Description (package private) java.util.ArrayList<PaletteEntry>
PhotometricInterpreterFloat. rangePaletteEntries
(package private) java.util.ArrayList<PaletteEntry>
PhotometricInterpreterFloat. singleValuePaletteEntries
Constructor parameters in org.apache.commons.imaging.formats.tiff.photometricinterpreters.floatingpoint with type arguments of type PaletteEntry Constructor Description PhotometricInterpreterFloat(java.util.List<PaletteEntry> paletteEntries)
Constructs a photometric interpreter that will use the specified palette to assign colors to floating-point values.
-