Uses of Class
org.apache.xmlgraphics.image.codec.tiff.ExtraSamplesType
-
Packages that use ExtraSamplesType Package Description org.apache.xmlgraphics.image.codec.tiff Contains a TIFF image codec. -
-
Uses of ExtraSamplesType in org.apache.xmlgraphics.image.codec.tiff
Fields in org.apache.xmlgraphics.image.codec.tiff declared as ExtraSamplesType Modifier and Type Field Description private ExtraSamplesType
ImageInfo. extraSampleType
private ExtraSamplesType
ImageInfo.ImageInfoBuilder. extraSampleType
Methods in org.apache.xmlgraphics.image.codec.tiff that return ExtraSamplesType Modifier and Type Method Description (package private) ExtraSamplesType
ImageInfo. getExtraSamplesType()
(package private) static ExtraSamplesType
ExtraSamplesType. getValue(java.awt.image.ColorModel colorModel, int numExtraSamples)
static ExtraSamplesType
ExtraSamplesType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExtraSamplesType[]
ExtraSamplesType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-