Package loci.formats.in
Class PrairieMetadata.PFile
java.lang.Object
loci.formats.in.PrairieMetadata.PFile
- Enclosing class:
PrairieMetadata
A Prairie
<File> beneath a <Frame>. It is called
PFile rather than File to avoid confusion with the
File class.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Integerchannelof this<File>.private StringchannelNameattribute of this<File>.private Stringfilenameattribute of this<File>.private PrairieMetadata.FrameThe<Frame>containing this<File>.private Integerpageattribute of this<File>.private DoublewavelengthMaxattribute of this<File>.private DoublewavelengthMinattribute of this<File>. -
Constructor Summary
ConstructorsConstructorDescriptionPFile(PrairieMetadata.Frame frame, Element fileElement) Creates a new file by parsing the given<File>element. -
Method Summary
Modifier and TypeMethodDescriptionintGets thechannelassociated with thisFile.Gets thechannelNameassociated with thisFile.Gets thefilenameassociated with thisFile.getFrame()Gets the<Frame>containing this<File>.getPage()Gets thepageassociated with thisFile.Gets thewavelengthMaxassociated with thisFile.Gets thewavelengthMinassociated with thisFile.voidParses metadata from the givenFileelement.
-
Field Details
-
frame
The<Frame>containing this<File>. -
channel
channelof this<File>. -
channelName
channelNameattribute of this<File>. -
filename
filenameattribute of this<File>. -
page
pageattribute of this<File>. -
waveMin
wavelengthMinattribute of this<File>. -
waveMax
wavelengthMaxattribute of this<File>.
-
-
Constructor Details
-
PFile
Creates a new file by parsing the given<File>element.
-
-
Method Details
-
getFrame
Gets the<Frame>containing this<File>. -
parse
Parses metadata from the givenFileelement. -
getChannel
public int getChannel()Gets thechannelassociated with thisFile. -
getChannelName
Gets thechannelNameassociated with thisFile. -
getFilename
Gets thefilenameassociated with thisFile. -
getPage
Gets thepageassociated with thisFile. -
getWavelengthMin
Gets thewavelengthMinassociated with thisFile. -
getWavelengthMax
Gets thewavelengthMaxassociated with thisFile.
-