Package | Description |
---|---|
org.monte.media.tiff |
Provides media handlers for the TIFF file format.
|
Modifier and Type | Method and Description |
---|---|
IFDDataType |
TIFFField.getType() |
IFDDataType |
TIFFTag.getType(java.lang.Object data) |
static IFDDataType |
IFDDataType.valueOf(int typeNumber)
Gets the tag for the specified value.
|
static IFDDataType |
IFDDataType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IFDDataType[] |
IFDDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|