| Package | Description | 
|---|---|
| loci.formats | 
 Bio-Formats: a library for reading and writing popular microscopy file
formats. 
 | 
| ome.xml.model | |
| ome.xml.model.enums | 
| Modifier and Type | Method and Description | 
|---|---|
protected Compression | 
FormatReader.getCompression(String value)
Retrieves an  
Compression enumeration
 value for the given String. | 
| Modifier and Type | Field and Description | 
|---|---|
private Compression | 
BinData.compression  | 
private Compression | 
External.compression  | 
| Modifier and Type | Method and Description | 
|---|---|
Compression | 
BinData.getCompression()  | 
Compression | 
External.getCompression()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BinData.setCompression(Compression compression)  | 
void | 
External.setCompression(Compression compression)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Compression | 
Compression.fromString(String value)  | 
static Compression | 
Compression.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Compression[] | 
Compression.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
Copyright © 2015 Open Microscopy Environment