Uses of Enum Class
ca.phon.ipa.PauseLength
Packages that use PauseLength
-
Uses of PauseLength in ca.phon.ipa
Methods in ca.phon.ipa that return PauseLengthModifier and TypeMethodDescriptionPause.getLength()
Get the length of the pausestatic PauseLength
PauseLength.lengthFromString
(String text) Length from stringstatic PauseLength
Returns the enum constant of this class with the specified name.static PauseLength[]
PauseLength.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 PauseLengthModifier and TypeMethodDescriptionIPAElementFactory.createPause
(PauseLength length) Create a pausevoid
Pause.setLength
(PauseLength len) Set the pause length -
Uses of PauseLength in ca.phon.ipa.parser
Methods in ca.phon.ipa.parser that return PauseLength