Uses of Class
loci.formats.in.PrairieMetadata.Sequence
Packages that use PrairieMetadata.Sequence
-
Uses of PrairieMetadata.Sequence in loci.formats.in
Fields in loci.formats.in declared as PrairieMetadata.SequenceModifier and TypeFieldDescriptionprivate PrairieMetadata.SequencePrairieMetadata.firstSequenceThe first actual<Sequence>element.private PrairieMetadata.SequencePrairieMetadata.Frame.sequenceThe<Sequence>containing this<Frame>.Fields in loci.formats.in with type parameters of type PrairieMetadata.SequenceModifier and TypeFieldDescriptionprivate final HashMap<Integer, PrairieMetadata.Sequence> PrairieMetadata.sequences<Sequence>elements, keyed on each sequence'scycle.private ArrayList<PrairieMetadata.Sequence> PrairieReader.sequencesList of Prairie metadataSequences, ordered by cycle.Methods in loci.formats.in that return PrairieMetadata.SequenceModifier and TypeMethodDescriptionPrairieMetadata.getFirstSequence()Gets the firstSequence.PrairieMetadata.Frame.getSequence()Gets the<Sequence>containing this<Frame>.PrairieMetadata.getSequence(int cycle) Gets theSequenceat the givencycle.private PrairieMetadata.SequencePrairieReader.sequence(int s) Gets the first sequence associated with the given series.private PrairieMetadata.SequencePrairieReader.sequence(int t, int s) Gets the sequence associated with the given series and time point.private PrairieMetadata.SequencePrairieReader.sequence(int t, int p, int sizeP) Gets the sequence associated with the given time point and stage position.Methods in loci.formats.in that return types with arguments of type PrairieMetadata.SequenceModifier and TypeMethodDescriptionPrairieMetadata.getSequences()Gets allSequences, ordered bycycle.Methods in loci.formats.in with parameters of type PrairieMetadata.SequenceModifier and TypeMethodDescriptionprivate intPrairieReader.frameIndex(PrairieMetadata.Sequence sequence, int z, int t, int s) Gets the frame index associated with the given (Z, T) position of the specified series.private voidPrairieReader.warnFile(PrairieMetadata.Sequence sequence, int index, int channel) Emits a warning about a missing<File>.private voidPrairieReader.warnFilename(PrairieMetadata.Sequence sequence, int index, int channel) Emits a warning about a<File>'s missingfilename.private voidPrairieReader.warnFrame(PrairieMetadata.Sequence sequence, int index) Emits a warning about a missing<Frame>.Constructors in loci.formats.in with parameters of type PrairieMetadata.SequenceModifierConstructorDescriptionFrame(PrairieMetadata.Sequence sequence, Element frameElement) Creates a new frame by parsing the given<Frame>element.