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 Pulse |
FormatReader.getPulse(String value)
Retrieves an
Pulse enumeration
value for the given String. |
Modifier and Type | Method and Description |
---|---|
Pulse |
AggregateMetadata.getLaserPulse(int instrumentIndex,
int lightSourceIndex) |
Pulse |
MetadataRetrieve.getLaserPulse(int instrumentIndex,
int lightSourceIndex)
Get the Pulse property of Laser.
|
Pulse |
OMEXMLMetadataImpl.getLaserPulse(int instrumentIndex,
int lightSourceIndex) |
Pulse |
DummyMetadata.getLaserPulse(int instrumentIndex,
int lightSourceIndex) |
Modifier and Type | Method and Description |
---|---|
void |
AggregateMetadata.setLaserPulse(Pulse pulse,
int instrumentIndex,
int lightSourceIndex) |
void |
OMEXMLMetadataImpl.setLaserPulse(Pulse pulse,
int instrumentIndex,
int lightSourceIndex) |
void |
MetadataStore.setLaserPulse(Pulse pulse,
int instrumentIndex,
int lightSourceIndex)
Set the Pulse property of Laser.
|
void |
FilterMetadata.setLaserPulse(Pulse pulse,
int instrumentIndex,
int lightSourceIndex) |
void |
DummyMetadata.setLaserPulse(Pulse pulse,
int instrumentIndex,
int lightSourceIndex) |
Modifier and Type | Field and Description |
---|---|
private Pulse |
Laser.pulse |
Modifier and Type | Method and Description |
---|---|
Pulse |
Laser.getPulse() |
Modifier and Type | Method and Description |
---|---|
void |
Laser.setPulse(Pulse pulse) |
Modifier and Type | Method and Description |
---|---|
static Pulse |
Pulse.fromString(String value) |
static Pulse |
Pulse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pulse[] |
Pulse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 Open Microscopy Environment