Package | Description |
---|---|
loci.formats.tiff |
Package containing Bio-Formats TIFF code of general utility.
|
Modifier and Type | Field and Description |
---|---|
private IFDType |
TiffIFDEntry.type
The field Type.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Integer,IFDType> |
IFDType.lookup |
Modifier and Type | Method and Description |
---|---|
static IFDType |
IFDType.get(int code)
Retrieves a IFD type by reverse lookup of its "code".
|
IFDType |
TiffIFDEntry.getType()
Retrieves the entry's Type value.
|
static IFDType |
IFDType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IFDType[] |
IFDType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TiffIFDEntry(int tag,
IFDType type,
int valueCount,
long valueOffset) |
Copyright © 2019 Open Microscopy Environment