Uses of Class
loci.formats.in.PrairieMetadata.Frame
Packages that use PrairieMetadata.Frame
-
Uses of PrairieMetadata.Frame in loci.formats.in
Fields in loci.formats.in declared as PrairieMetadata.FrameModifier and TypeFieldDescriptionprivate PrairieMetadata.FramePrairieMetadata.Sequence.firstFrameThe first actual<Frame>element for this<Sequence>.private PrairieMetadata.FramePrairieMetadata.PFile.frameThe<Frame>containing this<File>.Fields in loci.formats.in with type parameters of type PrairieMetadata.FrameModifier and TypeFieldDescriptionprivate final HashMap<Integer, PrairieMetadata.Frame> PrairieMetadata.Sequence.frames<Frame>elements beneath this<Sequence>, keyed on each frame'sindex.Methods in loci.formats.in that return PrairieMetadata.FrameModifier and TypeMethodDescriptionPrairieMetadata.Sequence.getFirstFrame()Gets the firstFrameof theSequence.PrairieMetadata.getFrame(int cycle, int index) Gets theFrameat the given (cycleandindex).PrairieMetadata.PFile.getFrame()Gets the<Frame>containing this<File>.PrairieMetadata.Sequence.getFrame(int index) Gets theFramewith the givenindex.Constructors in loci.formats.in with parameters of type PrairieMetadata.FrameModifierConstructorDescriptionPFile(PrairieMetadata.Frame frame, Element fileElement) Creates a new file by parsing the given<File>element.