Uses of Enum Class
ca.phon.ipa.SyllableConstituentType
Packages that use SyllableConstituentType
Package
Description
-
Uses of SyllableConstituentType in ca.phon.app.session.editor.view.syllabificationAlignment
Methods in ca.phon.app.session.editor.view.syllabificationAlignment that return SyllableConstituentTypeModifier and TypeMethodDescriptionScTypeEdit.ScEditData.newType()
Returns the value of thenewType
record component.ScTypeEdit.ScEditData.oldType()
Returns the value of theoldType
record component.Constructors in ca.phon.app.session.editor.view.syllabificationAlignment with parameters of type SyllableConstituentTypeModifierConstructorDescriptionScEditData
(Record record, Tier<IPATranscript> tier, IPATranscript ipa, int eleIdx, SyllableConstituentType oldType, SyllableConstituentType newType) Creates an instance of aScEditData
record class.ScTypeEdit
(SessionEditor editor, Transcriber transcriber, Tier<IPATranscript> tier, Record record, IPATranscript transcript, int index, SyllableConstituentType scType) ScTypeEdit
(Session session, EditorEventManager eventManager, Transcriber transcriber, Record record, Tier<IPATranscript> tier, IPATranscript transcript, int index, SyllableConstituentType scType) -
Uses of SyllableConstituentType in ca.phon.ipa
Subclasses with type arguments of type SyllableConstituentType in ca.phon.ipaMethods in ca.phon.ipa that return SyllableConstituentTypeModifier and TypeMethodDescriptionIPAElement.constituentType()
Get constituent type for this phone.SyllableInfo.constituentType()
Returns the value of theconstituentType
record component.static SyllableConstituentType
SyllableConstituentType.fromString
(String identifier) Return the constituent type for the given identifier.static SyllableConstituentType
Returns the enum constant of this class with the specified name.static SyllableConstituentType[]
SyllableConstituentType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.ipa with parameters of type SyllableConstituentTypeModifier and TypeMethodDescriptionIPAElementFactory.clonePhoneWithScType
(Phone p, SyllableConstituentType scType) SyllableInfo.Builder.constituentType
(SyllableConstituentType constituentType) IPATranscript.setConstituentType
(int index, SyllableConstituentType constituentType) Set constituent type for the given element index.Constructors in ca.phon.ipa with parameters of type SyllableConstituentTypeModifierConstructorDescriptionSyllableInfo
(SyllableConstituentType constituentType, boolean isDiphthong, SyllableStress stress, int syllableIndex, boolean segregated, int sonority, int sonorityDistance, ToneNumber tone) Creates an instance of aSyllableInfo
record class. -
Uses of SyllableConstituentType in ca.phon.syllable.phonex
Methods in ca.phon.syllable.phonex that return types with arguments of type SyllableConstituentTypeModifier and TypeMethodDescriptionSyllableConstituentMatcher.getAllowedTypes()
Access to the allowed types listSyllableConstituentMatcher.getDisallowedTypes()
Access to the disallowed types listConstructor parameters in ca.phon.syllable.phonex with type arguments of type SyllableConstituentTypeModifierConstructorDescriptionSyllableTransition
(PhoneMatcher[] matchers, Tuple<SyllableConstituentType, SyllableConstituentType> range) SyllableTransition
(PhoneMatcher[] matchers, Tuple<SyllableConstituentType, SyllableConstituentType> range) -
Uses of SyllableConstituentType in ca.phon.ui.ipa
Methods in ca.phon.ui.ipa that return SyllableConstituentTypeModifier and TypeMethodDescriptionSyllabificationDisplay.SyllabificationChangeData.scType()
Returns the value of thescType
record component.Methods in ca.phon.ui.ipa with parameters of type SyllableConstituentTypeModifier and TypeMethodDescriptionstatic Color
IPAUIDefaults.getColorForConstituentType
(SyllableConstituentType type) void
SyllabificationDisplay.setSyllabificationAtIndex
(int pIdx, SyllableConstituentType scType) Set syllabification at given indexMethod parameters in ca.phon.ui.ipa with type arguments of type SyllableConstituentTypeModifier and TypeMethodDescriptionvoid
DefaultSyllabificationDisplayUI.menuSetScType
(PhonActionEvent<SyllableConstituentType> pae) void
DefaultSyllabificationDisplayUI.onBackspace
(PhonActionEvent<SyllableConstituentType> pae) UI Actionsvoid
DefaultSyllabificationDisplayUI.setScType
(PhonActionEvent<SyllableConstituentType> pae) Constructors in ca.phon.ui.ipa with parameters of type SyllableConstituentTypeModifierConstructorDescriptionSyllabificationChangeData
(int position, SyllableConstituentType scType) Creates an instance of aSyllabificationChangeData
record class.