Class PrairieMetadata.PFile

java.lang.Object
loci.formats.in.PrairieMetadata.PFile
Enclosing class:
PrairieMetadata

public class PrairieMetadata.PFile extends Object
A Prairie <File> beneath a <Frame>. It is called PFile rather than File to avoid confusion with the File class.
  • Field Details

    • frame

      private PrairieMetadata.Frame frame
      The <Frame> containing this <File>.
    • channel

      private Integer channel
      channel of this <File>.
    • channelName

      private String channelName
      channelName attribute of this <File>.
    • filename

      private String filename
      filename attribute of this <File>.
    • page

      private Integer page
      page attribute of this <File>.
    • waveMin

      private Double waveMin
      wavelengthMin attribute of this <File>.
    • waveMax

      private Double waveMax
      wavelengthMax attribute of this <File>.
  • Constructor Details

  • Method Details

    • getFrame

      public PrairieMetadata.Frame getFrame()
      Gets the <Frame> containing this <File>.
    • parse

      public void parse(Element fileElement)
      Parses metadata from the given File element.
    • getChannel

      public int getChannel()
      Gets the channel associated with this File.
    • getChannelName

      public String getChannelName()
      Gets the channelName associated with this File.
    • getFilename

      public String getFilename()
      Gets the filename associated with this File.
    • getPage

      public Integer getPage()
      Gets the page associated with this File.
    • getWavelengthMin

      public Double getWavelengthMin()
      Gets the wavelengthMin associated with this File.
    • getWavelengthMax

      public Double getWavelengthMax()
      Gets the wavelengthMax associated with this File.