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