Package | Description |
---|---|
loci.formats.in |
Package containing Bio-Formats file format readers.
|
Modifier and Type | Class and Description |
---|---|
static class |
PrairieMetadata.ValueItem
A leaf value with an actual
PrairieMetadata.ValueItem.value() as well as an optional
PrairieMetadata.ValueItem.description() . |
static class |
PrairieMetadata.ValueTable
A table of values.
|
Modifier and Type | Method and Description |
---|---|
PrairieMetadata.Value |
PrairieMetadata.Value.get(int index) |
PrairieMetadata.Value |
PrairieMetadata.ValueItem.get(int index) |
PrairieMetadata.Value |
PrairieMetadata.ValueTable.get(int index) |
PrairieMetadata.Value |
PrairieMetadata.Value.get(Object key) |
PrairieMetadata.Value |
PrairieMetadata.ValueItem.get(Object key) |
PrairieMetadata.Value |
PrairieMetadata.getConfig(String key)
Gets the
value of the given configuration key . |
PrairieMetadata.Value |
PrairieMetadata.getValue(String key)
Gets the
value of the given key , at the top-level
<PVScan> element. |
PrairieMetadata.Value |
PrairieMetadata.Sequence.getValue(String key)
Gets the
value of the given key , beneath this
Sequence , inferring the value from the parent <PVScan>
section as needed. |
PrairieMetadata.Value |
PrairieMetadata.Frame.getValue(String key)
Gets the
value of the given key , beneath this
Frame , inferring the value from the parent <Sequence>
or grandparent <PVScan> section as needed. |
Copyright © 2014 Open Microscopy Environment