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 theinterval
record component.EditorEventType.TimelineIntervalMoveData.interval()
Returns the value of theinterval
record component.EditorEventType.TimelineIntervalRemoveData.interval()
Returns the value of theinterval
record component.Constructors in ca.phon.app.session.editor with parameters of type IntervalTier.IntervalModifierConstructorDescriptionTimelineIntervalAddData
(String tierName, IntervalTier.Interval interval) Creates an instance of aTimelineIntervalAddData
record class.TimelineIntervalMoveData
(String tierName, IntervalTier.Interval interval, float oldStart, float oldEnd, float newStart, float newEnd) Creates an instance of aTimelineIntervalMoveData
record class.TimelineIntervalRemoveData
(String tierName, IntervalTier.Interval interval) Creates an instance of aTimelineIntervalRemoveData
record 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 TypeMethodDescriptionOrthoIntervalVisitor.getIntervals()
Return list of intervals, the returned list is a copy of the internal list.RecordIntervalTier.getIntervals()
RecordIntervalTier.getIntervals
(Record record) TierDataIntervalVisitor.getIntervals()
Get the list of intervals created by this visitor.static List
<IntervalTier.Interval> RecordIntervalTier.orthographyIntervals
(Orthography orthography) Get intervals from the givenOrthography
object.static List
<IntervalTier.Interval> RecordIntervalTier.phoneIntervals
(TierData tierData) static List
<IntervalTier.Interval> RecordIntervalTier.tierDataIntervals
(TierData tierData) Get intervals from the givenTierData
object.Methods in ca.phon.app.session.intervalTiers with parameters of type IntervalTier.IntervalModifier and TypeMethodDescriptionboolean
RecordIntervalTier.addInterval
(IntervalTier.Interval interval, IntervalTier.InsertionStrategy insertionStrategy) boolean
RecordIntervalTier.removeInterval
(IntervalTier.Interval interval) 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 TypeMethodDescriptionboolean
IntervalTier.addInterval
(IntervalTier.Interval interval, IntervalTier.InsertionStrategy insertionStrategy) Add new interval to tierboolean
IntervalTier.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 TypeMethodDescriptionboolean
IntervalTierImpl.addInterval
(IntervalTier.Interval interval, IntervalTier.InsertionStrategy insertionStrategy) boolean
IntervalTierImpl.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 TypeMethodDescriptionboolean
IntervalTierSPI.addInterval
(IntervalTier.Interval interval, IntervalTier.InsertionStrategy insertionStrategy) Add new interval to tierboolean
IntervalTierSPI.removeInterval
(IntervalTier.Interval interval) Remove interval from tier