Package | Description |
---|---|
org.apache.xmlgraphics.image.codec.tiff |
Contains a TIFF image codec.
|
Modifier and Type | Field and Description |
---|---|
private ExtraSamplesType |
ImageInfo.extraSampleType |
private ExtraSamplesType |
ImageInfo.ImageInfoBuilder.extraSampleType |
Modifier and Type | Method and 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.
|