Package | Description |
---|---|
ome.jxr.ifd |
Enums and classes used during metadata extraction from the IFD structure.
|
Modifier and Type | Field and Description |
---|---|
private IFDEntryType |
IFDEntry.entryType |
Modifier and Type | Method and Description |
---|---|
static IFDEntryType |
IFDEntryType.findByTypeCode(short typeCode) |
IFDEntryType |
IFDEntry.getEntryType() |
static IFDEntryType |
IFDEntryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IFDEntryType[] |
IFDEntryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
IFDEntry(int tag,
IFDEntryType entryType,
int count) |
IFDEntry(int tag,
IFDEntryType entryType,
int count,
boolean required) |
Copyright © 2015 Open Microscopy Environment