Uses of Enum Class
org.apache.xmlgraphics.image.codec.tiff.ExtraSamplesType
Packages that use ExtraSamplesType
-
Uses of ExtraSamplesType in org.apache.xmlgraphics.image.codec.tiff
Fields in org.apache.xmlgraphics.image.codec.tiff declared as ExtraSamplesTypeModifier and TypeFieldDescriptionprivate final ExtraSamplesType
ImageInfo.extraSampleType
private ExtraSamplesType
ImageInfo.ImageInfoBuilder.extraSampleType
Methods in org.apache.xmlgraphics.image.codec.tiff that return ExtraSamplesTypeModifier and TypeMethodDescription(package private) ExtraSamplesType
ImageInfo.getExtraSamplesType()
(package private) static ExtraSamplesType
ExtraSamplesType.getValue
(ColorModel colorModel, int numExtraSamples) static ExtraSamplesType
Returns the enum constant of this class with the specified name.static ExtraSamplesType[]
ExtraSamplesType.values()
Returns an array containing the constants of this enum class, in the order they are declared.