Package | Description |
---|---|
loci.formats.in |
Package containing Bio-Formats file format readers.
|
Modifier and Type | Field and Description |
---|---|
private PrairieMetadata.ValueTable |
PrairieMetadata.config
Key/value pairs from CFG and/or ENV files.
|
private PrairieMetadata.ValueTable |
PrairieMetadata.Frame.frameValues
Table of key/value pairs for this
<Frame> . |
private PrairieMetadata.ValueTable |
PrairieMetadata.scanValues
Table of key/value pairs at the top level.
|
private PrairieMetadata.ValueTable |
PrairieMetadata.Sequence.sequenceValues
Table of key/value pairs for this
<Sequence> . |
Modifier and Type | Method and Description |
---|---|
PrairieMetadata.ValueTable |
PrairieMetadata.getConfig()
Gets the map of configuration key/value pairs.
|
PrairieMetadata.ValueTable |
PrairieMetadata.getValues()
Gets the table of
PVScan key/value pairs. |
PrairieMetadata.ValueTable |
PrairieMetadata.Sequence.getValues()
Gets the table of
Frame key/value pairs. |
PrairieMetadata.ValueTable |
PrairieMetadata.Frame.getValues()
Gets the table of
Frame key/value pairs. |
Modifier and Type | Method and Description |
---|---|
private void |
PrairieMetadata.parseKeys(org.w3c.dom.Element el,
PrairieMetadata.ValueTable table)
Parses
<Key> elements beneath the given element, into the specified
table. |
private void |
PrairieMetadata.parsePVStateShard(org.w3c.dom.Element el,
PrairieMetadata.ValueTable table)
Parses the
<PVStateShard> element beneath the given element, into
the specified table. |
Copyright © 2019 Open Microscopy Environment