| Package | Description |
|---|---|
| loci.formats |
Bio-Formats: a library for reading and writing popular microscopy file
formats.
|
| ome.specification | |
| ome.xml.meta | |
| ome.xml.model | |
| ome.xml.model.enums |
| Modifier and Type | Method and Description |
|---|---|
protected LaserType |
FormatReader.getLaserType(String value)
Retrieves an
LaserType enumeration
value for the given String. |
| Modifier and Type | Field and Description |
|---|---|
static LaserType |
XMLMockObjects.LASER_TYPE
The default type of a laser.
|
| Modifier and Type | Method and Description |
|---|---|
LaserType |
AggregateMetadata.getLaserType(int instrumentIndex,
int lightSourceIndex) |
LaserType |
MetadataRetrieve.getLaserType(int instrumentIndex,
int lightSourceIndex) |
LaserType |
OMEXMLMetadataImpl.getLaserType(int instrumentIndex,
int lightSourceIndex) |
LaserType |
DummyMetadata.getLaserType(int instrumentIndex,
int lightSourceIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
AggregateMetadata.setLaserType(LaserType type,
int instrumentIndex,
int lightSourceIndex) |
void |
OMEXMLMetadataImpl.setLaserType(LaserType type,
int instrumentIndex,
int lightSourceIndex) |
void |
MetadataStore.setLaserType(LaserType type,
int instrumentIndex,
int lightSourceIndex) |
void |
FilterMetadata.setLaserType(LaserType type,
int instrumentIndex,
int lightSourceIndex) |
void |
DummyMetadata.setLaserType(LaserType type,
int instrumentIndex,
int lightSourceIndex) |
| Modifier and Type | Field and Description |
|---|---|
private LaserType |
Laser.type |
| Modifier and Type | Method and Description |
|---|---|
LaserType |
Laser.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Laser.setType(LaserType type) |
| Modifier and Type | Method and Description |
|---|---|
static LaserType |
LaserType.fromString(String value) |
static LaserType |
LaserType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LaserType[] |
LaserType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015 Open Microscopy Environment