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 ArcType |
FormatReader.getArcType(String value)
Retrieves an
ArcType enumeration
value for the given String. |
Modifier and Type | Method and Description |
---|---|
ArcType |
AggregateMetadata.getArcType(int instrumentIndex,
int lightSourceIndex) |
ArcType |
MetadataRetrieve.getArcType(int instrumentIndex,
int lightSourceIndex) |
ArcType |
OMEXMLMetadataImpl.getArcType(int instrumentIndex,
int lightSourceIndex) |
ArcType |
DummyMetadata.getArcType(int instrumentIndex,
int lightSourceIndex) |
Modifier and Type | Method and Description |
---|---|
void |
AggregateMetadata.setArcType(ArcType type,
int instrumentIndex,
int lightSourceIndex) |
void |
OMEXMLMetadataImpl.setArcType(ArcType type,
int instrumentIndex,
int lightSourceIndex) |
void |
MetadataStore.setArcType(ArcType type,
int instrumentIndex,
int lightSourceIndex) |
void |
FilterMetadata.setArcType(ArcType type,
int instrumentIndex,
int lightSourceIndex) |
void |
DummyMetadata.setArcType(ArcType type,
int instrumentIndex,
int lightSourceIndex) |
Modifier and Type | Method and Description |
---|---|
ArcType |
Arc.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Arc.setType(ArcType type) |
Modifier and Type | Method and Description |
---|---|
static ArcType |
ArcType.fromString(String value) |
static ArcType |
ArcType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArcType[] |
ArcType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 Open Microscopy Environment