Package | Description |
---|---|
loci.formats.codec |
Package containing Bio-Formats compression and decompression logic.
|
Modifier and Type | Field and Description |
---|---|
private static Map<Integer,JPEG2000SegmentMarker> |
JPEG2000SegmentMarker.lookup
Map used to retrieve the segment marker corresponding to the code.
|
Modifier and Type | Method and Description |
---|---|
static JPEG2000SegmentMarker |
JPEG2000SegmentMarker.get(int code)
Retrieves the segment marker by reverse lookup of its "code".
|
static JPEG2000SegmentMarker |
JPEG2000SegmentMarker.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JPEG2000SegmentMarker[] |
JPEG2000SegmentMarker.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 Open Microscopy Environment