Uses of Enum Class
ca.phon.formatter.PeriodFormatStyle
Packages that use PeriodFormatStyle
-
Uses of PeriodFormatStyle in ca.phon.formatter
Subclasses with type arguments of type PeriodFormatStyle in ca.phon.formatterMethods in ca.phon.formatter that return PeriodFormatStyleModifier and TypeMethodDescriptionstatic PeriodFormatStyle
Returns the enum constant of this class with the specified name.static PeriodFormatStyle[]
PeriodFormatStyle.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.formatter with parameters of type PeriodFormatStyleModifier and TypeMethodDescriptionstatic String
PeriodFormatter.periodToString
(Period period, PeriodFormatStyle formatStyle) Constructors in ca.phon.formatter with parameters of type PeriodFormatStyleModifierConstructorDescriptionPeriodFormat
(PeriodFormatStyle formatStyle) PeriodFormatter
(PeriodFormatStyle formatStyle)