Package | Description |
---|---|
loci.formats |
Bio-Formats: a library for reading and writing popular microscopy file
formats.
|
ome.xml.meta | |
ome.xml.model | |
ome.xml.model.enums |
Modifier and Type | Method and Description |
---|---|
protected FilterType |
FormatReader.getFilterType(String value)
Retrieves an
FilterType enumeration
value for the given String. |
Modifier and Type | Method and Description |
---|---|
FilterType |
AggregateMetadata.getFilterType(int instrumentIndex,
int filterIndex) |
FilterType |
MetadataRetrieve.getFilterType(int instrumentIndex,
int filterIndex) |
FilterType |
OMEXMLMetadataImpl.getFilterType(int instrumentIndex,
int filterIndex) |
FilterType |
DummyMetadata.getFilterType(int instrumentIndex,
int filterIndex) |
Modifier and Type | Method and Description |
---|---|
void |
AggregateMetadata.setFilterType(FilterType type,
int instrumentIndex,
int filterIndex) |
void |
OMEXMLMetadataImpl.setFilterType(FilterType type,
int instrumentIndex,
int filterIndex) |
void |
MetadataStore.setFilterType(FilterType type,
int instrumentIndex,
int filterIndex) |
void |
FilterMetadata.setFilterType(FilterType type,
int instrumentIndex,
int filterIndex) |
void |
DummyMetadata.setFilterType(FilterType type,
int instrumentIndex,
int filterIndex) |
Modifier and Type | Method and Description |
---|---|
FilterType |
Filter.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Filter.setType(FilterType type) |
Modifier and Type | Method and Description |
---|---|
static FilterType |
FilterType.fromString(String value) |
static FilterType |
FilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterType[] |
FilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 Open Microscopy Environment