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 LaserMedium |
FormatReader.getLaserMedium(String value)
Retrieves an
LaserMedium enumeration
value for the given String. |
Modifier and Type | Field and Description |
---|---|
static LaserMedium |
XMLMockObjects.LASER_MEDIUM
The default type of a laser.
|
Modifier and Type | Method and Description |
---|---|
LaserMedium |
AggregateMetadata.getLaserLaserMedium(int instrumentIndex,
int lightSourceIndex) |
LaserMedium |
MetadataRetrieve.getLaserLaserMedium(int instrumentIndex,
int lightSourceIndex)
Get the LaserMedium property of Laser.
|
LaserMedium |
OMEXMLMetadataImpl.getLaserLaserMedium(int instrumentIndex,
int lightSourceIndex) |
LaserMedium |
DummyMetadata.getLaserLaserMedium(int instrumentIndex,
int lightSourceIndex) |
Modifier and Type | Method and Description |
---|---|
void |
AggregateMetadata.setLaserLaserMedium(LaserMedium laserMedium,
int instrumentIndex,
int lightSourceIndex) |
void |
OMEXMLMetadataImpl.setLaserLaserMedium(LaserMedium laserMedium,
int instrumentIndex,
int lightSourceIndex) |
void |
MetadataStore.setLaserLaserMedium(LaserMedium laserMedium,
int instrumentIndex,
int lightSourceIndex)
Set the LaserMedium property of Laser.
|
void |
FilterMetadata.setLaserLaserMedium(LaserMedium laserMedium,
int instrumentIndex,
int lightSourceIndex) |
void |
DummyMetadata.setLaserLaserMedium(LaserMedium laserMedium,
int instrumentIndex,
int lightSourceIndex) |
Modifier and Type | Field and Description |
---|---|
private LaserMedium |
Laser.laserMedium |
Modifier and Type | Method and Description |
---|---|
LaserMedium |
Laser.getLaserMedium() |
Modifier and Type | Method and Description |
---|---|
void |
Laser.setLaserMedium(LaserMedium laserMedium) |
Modifier and Type | Method and Description |
---|---|
static LaserMedium |
LaserMedium.fromString(String value) |
static LaserMedium |
LaserMedium.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LaserMedium[] |
LaserMedium.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 Open Microscopy Environment