Package | Description |
---|---|
loci.formats.in |
Package containing Bio-Formats file format readers.
|
Modifier and Type | Field and Description |
---|---|
private PrairieMetadata.Frame |
PrairieMetadata.Sequence.firstFrame
The first actual
<Frame> element for this <Sequence> . |
private PrairieMetadata.Frame |
PrairieMetadata.PFile.frame
The
<Frame> containing this <File> . |
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.lang.Integer,PrairieMetadata.Frame> |
PrairieMetadata.Sequence.frames
<Frame> elements beneath this <Sequence> , keyed on each
frame's index . |
Modifier and Type | Method and Description |
---|---|
PrairieMetadata.Frame |
PrairieMetadata.Sequence.getFirstFrame()
Gets the first
Frame of the Sequence . |
PrairieMetadata.Frame |
PrairieMetadata.PFile.getFrame()
Gets the
<Frame> containing this <File> . |
PrairieMetadata.Frame |
PrairieMetadata.Sequence.getFrame(int index)
Gets the
Frame with the given index . |
PrairieMetadata.Frame |
PrairieMetadata.getFrame(int cycle,
int index)
Gets the
Frame at the given (cycle and index ). |
Constructor and Description |
---|
PFile(PrairieMetadata.Frame frame,
org.w3c.dom.Element fileElement)
Creates a new file by parsing the given
<File> element. |
Copyright © 2019 Open Microscopy Environment