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 ExtraSamplesTypeImageInfo. extraSampleTypeprivate ExtraSamplesTypeImageInfo.ImageInfoBuilder. extraSampleTypeMethods in org.apache.xmlgraphics.image.codec.tiff that return ExtraSamplesType Modifier and Type Method Description (package private) ExtraSamplesTypeImageInfo. getExtraSamplesType()(package private) static ExtraSamplesTypeExtraSamplesType. getValue(java.awt.image.ColorModel colorModel, int numExtraSamples)static ExtraSamplesTypeExtraSamplesType. 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.
-