Uses of Enum Class
ca.phon.formatter.MediaTimeFormatStyle
Packages that use MediaTimeFormatStyle
Package
Description
-
Uses of MediaTimeFormatStyle in ca.phon.app.session.editor.view.transcript
Methods in ca.phon.app.session.editor.view.transcript with parameters of type MediaTimeFormatStyleModifier and TypeMethodDescriptionvoid
TranscriptBatchBuilder.appendFormattedSegment
(MediaSegment segment, AttributeSet additionalAttrs, MediaTimeFormatStyle style) Appends a formatted representation of the provided segment in the provided style to the batch -
Uses of MediaTimeFormatStyle in ca.phon.formatter
Subclasses with type arguments of type MediaTimeFormatStyle in ca.phon.formatterMethods in ca.phon.formatter that return MediaTimeFormatStyleModifier and TypeMethodDescriptionstatic MediaTimeFormatStyle
Returns the enum constant of this class with the specified name.static MediaTimeFormatStyle[]
MediaTimeFormatStyle.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 MediaTimeFormatStyleModifier and TypeMethodDescriptionstatic String
MediaTimeFormatter.timeToString
(Number number, MediaTimeFormatStyle formatStyle) Return formmated string of given numberConstructors in ca.phon.formatter with parameters of type MediaTimeFormatStyleModifierConstructorDescriptionMediaTimeFormat
(MediaTimeFormatStyle formatStyle) MediaTimeFormatter
(MediaTimeFormatStyle formatStyle) -
Uses of MediaTimeFormatStyle in ca.phon.session.format
Constructors in ca.phon.session.format with parameters of type MediaTimeFormatStyle