Package ca.phon.ipa
Class Diacritic
java.lang.Object
ca.phon.ipa.IPAElement
ca.phon.ipa.Diacritic
- All Implemented Interfaces:
IExtendable
,Visitable<IPAElement>
Diacritics are attached to phones as either prefix, suffix
or combining diacritics.
-
Field Summary
Fields inherited from class ca.phon.ipa.IPAElement
PHONE_TEXT
-
Method Summary
Modifier and TypeMethodDescriptionprotected FeatureSet
Private method to return the feature set for theIPAElement
.getText()
Get the text for this phonegetType()
void
void
setPrefixDiacritics
(Diacritic[] prefixDiacritics) void
setSuffixDiacritics
(Diacritic[] suffixDiacritics) Methods inherited from class ca.phon.ipa.IPAElement
accept, addPropertyChangeListener, addPropertyChangeListener, contentEquals, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getExtension, getExtensions, getFeatureSet, getPropertyChangeListeners, getPropertyChangeListeners, getScType, hasListeners, putExtension, removeExtension, removePropertyChangeListener, removePropertyChangeListener, setFeatureSet, setScType, toString
-
Method Details
-
setCharacter
-
getCharacter
-
getPrefixDiacritics
-
setPrefixDiacritics
-
getSuffixDiacritics
-
setSuffixDiacritics
-
_getFeatureSet
Description copied from class:IPAElement
Private method to return the feature set for theIPAElement
. This return value for this method can be changed by using theIPAElement.setFeatureSet(FeatureSet)
method.- Specified by:
_getFeatureSet
in classIPAElement
- Returns:
- the phones feature set
-
getType
-
getText
Description copied from class:IPAElement
Get the text for this phone- Specified by:
getText
in classIPAElement
- Returns:
- the phone string
-