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 thenewTyperecord component.ScTypeEdit.ScEditData.oldType()Returns the value of theoldTyperecord 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 aScEditDatarecord 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 theconstituentTyperecord component.static SyllableConstituentTypeSyllableConstituentType.fromString(String identifier) Return the constituent type for the given identifier.static SyllableConstituentTypeReturns 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 aSyllableInforecord 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 thescTyperecord component.Methods in ca.phon.ui.ipa with parameters of type SyllableConstituentTypeModifier and TypeMethodDescriptionstatic ColorIPAUIDefaults.getColorForConstituentType(SyllableConstituentType type) voidSyllabificationDisplay.setSyllabificationAtIndex(int pIdx, SyllableConstituentType scType) Set syllabification at given indexMethod parameters in ca.phon.ui.ipa with type arguments of type SyllableConstituentTypeModifier and TypeMethodDescriptionvoidDefaultSyllabificationDisplayUI.menuSetScType(PhonActionEvent<SyllableConstituentType> pae) voidDefaultSyllabificationDisplayUI.onBackspace(PhonActionEvent<SyllableConstituentType> pae) UI ActionsvoidDefaultSyllabificationDisplayUI.setScType(PhonActionEvent<SyllableConstituentType> pae) Constructors in ca.phon.ui.ipa with parameters of type SyllableConstituentTypeModifierConstructorDescriptionSyllabificationChangeData(int position, SyllableConstituentType scType) Creates an instance of aSyllabificationChangeDatarecord class.