Uses of Class
ca.phon.session.IntervalTier.Interval
Packages that use IntervalTier.Interval
Package
Description
-
Uses of IntervalTier.Interval in ca.phon.app.session.editor
Methods in ca.phon.app.session.editor that return IntervalTier.IntervalModifier and TypeMethodDescriptionEditorEventType.TimelineIntervalAddData.interval()Returns the value of theintervalrecord component.EditorEventType.TimelineIntervalMoveData.interval()Returns the value of theintervalrecord component.EditorEventType.TimelineIntervalRemoveData.interval()Returns the value of theintervalrecord component.Constructors in ca.phon.app.session.editor with parameters of type IntervalTier.IntervalModifierConstructorDescriptionTimelineIntervalAddData(String tierName, IntervalTier.Interval interval) Creates an instance of aTimelineIntervalAddDatarecord class.TimelineIntervalMoveData(String tierName, IntervalTier.Interval interval, float oldStart, float oldEnd, float newStart, float newEnd) Creates an instance of aTimelineIntervalMoveDatarecord class.TimelineIntervalRemoveData(String tierName, IntervalTier.Interval interval) Creates an instance of aTimelineIntervalRemoveDatarecord class. -
Uses of IntervalTier.Interval in ca.phon.app.session.editor.undo
Constructors in ca.phon.app.session.editor.undo with parameters of type IntervalTier.IntervalModifierConstructorDescriptionAddTimelineTierIntervalEdit(Session session, EditorEventManager eventManager, String tierName, IntervalTier.Interval interval) MoveTimelineTierIntervalEdit(Session session, EditorEventManager eventManager, String tierName, IntervalTier.Interval interval, float newStartTime, float newEndTime) RemoveTimelineTierIntervalEdit(Session session, EditorEventManager editorEventManager, String tierName, IntervalTier.Interval timelineTierInterval) -
Uses of IntervalTier.Interval in ca.phon.app.session.intervalTiers
Methods in ca.phon.app.session.intervalTiers that return types with arguments of type IntervalTier.IntervalModifier and TypeMethodDescriptionIntervalTierComponent.getIntervalClickedCallback()OrthoIntervalVisitor.getIntervals()Return list of intervals, the returned list is a copy of the internal list.RecordIntervalTier.getIntervals()RecordIntervalTier.getIntervals(Record record) Get intervals from the givenRecordobject.TierDataIntervalVisitor.getIntervals()Get the list of intervals created by this visitor.static List<IntervalTier.Interval> RecordIntervalTier.orthographyIntervals(Orthography orthography) Get intervals from the givenOrthographyobject.static List<IntervalTier.Interval> RecordIntervalTier.phoneIntervals(TierData tierData) static List<IntervalTier.Interval> RecordIntervalTier.tierDataIntervals(TierData tierData) Get intervals from the givenTierDataobject.Methods in ca.phon.app.session.intervalTiers with parameters of type IntervalTier.IntervalModifier and TypeMethodDescriptionbooleanRecordIntervalTier.addInterval(IntervalTier.Interval interval, IntervalTier.InsertionStrategy insertionStrategy) booleanRecordIntervalTier.removeInterval(IntervalTier.Interval interval) Method parameters in ca.phon.app.session.intervalTiers with type arguments of type IntervalTier.IntervalModifier and TypeMethodDescriptionvoidIntervalTierComponent.setIntervalClickedCallback(BiConsumer<Integer, IntervalTier.Interval> callback) Constructor parameters in ca.phon.app.session.intervalTiers with type arguments of type IntervalTier.IntervalModifierConstructorDescriptionOrthoIntervalUpdateVisitor(List<IntervalTier.Interval> updatedIntervals) TierDataIntervalUpdateVisitor(List<IntervalTier.Interval> updatedIntervals) -
Uses of IntervalTier.Interval in ca.phon.session
Subclasses of IntervalTier.Interval in ca.phon.sessionMethods in ca.phon.session that return IntervalTier.IntervalModifier and TypeMethodDescriptionIntervalTier.addInterval(float start, float end, IntervalTier.InsertionStrategy insertionStrategy) Add new interval to tierIntervalTier.addInterval(float start, float end, String label, IntervalTier.InsertionStrategy insertionStrategy) Add new interval to tierMethods in ca.phon.session that return types with arguments of type IntervalTier.IntervalModifier and TypeMethodDescriptionIntervalTier.getIntervals()Get list of intervals in tier (points included) as an unmodifiable listMethods in ca.phon.session with parameters of type IntervalTier.IntervalModifier and TypeMethodDescriptionbooleanIntervalTier.addInterval(IntervalTier.Interval interval, IntervalTier.InsertionStrategy insertionStrategy) Add new interval to tierbooleanIntervalTier.removeInterval(IntervalTier.Interval interval) Remove interval from tier -
Uses of IntervalTier.Interval in ca.phon.session.impl
Methods in ca.phon.session.impl that return types with arguments of type IntervalTier.IntervalMethods in ca.phon.session.impl with parameters of type IntervalTier.IntervalModifier and TypeMethodDescriptionbooleanIntervalTierImpl.addInterval(IntervalTier.Interval interval, IntervalTier.InsertionStrategy insertionStrategy) booleanIntervalTierImpl.removeInterval(IntervalTier.Interval interval) Constructor parameters in ca.phon.session.impl with type arguments of type IntervalTier.IntervalModifierConstructorDescriptionIntervalTierImpl(String name, List<IntervalTier.Interval> intervals) -
Uses of IntervalTier.Interval in ca.phon.session.spi
Methods in ca.phon.session.spi that return types with arguments of type IntervalTier.IntervalModifier and TypeMethodDescriptionIntervalTierSPI.getIntervals()Get list of intervals in tier (points included)Methods in ca.phon.session.spi with parameters of type IntervalTier.IntervalModifier and TypeMethodDescriptionbooleanIntervalTierSPI.addInterval(IntervalTier.Interval interval, IntervalTier.InsertionStrategy insertionStrategy) Add new interval to tierbooleanIntervalTierSPI.removeInterval(IntervalTier.Interval interval) Remove interval from tier