| java.lang.Object | |||
| ↳ | android.text.style.TtsSpan.Builder<android.text.style.TtsSpan.DateBuilder> | ||
| ↳ | android.text.style.TtsSpan.SemioticClassBuilder<android.text.style.TtsSpan.DateBuilder> | ||
| ↳ | android.text.style.TtsSpan.DateBuilder | ||
A builder for TtsSpans of type TYPE_DATE.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a builder for a TtsSpan of type
TYPE_DATE.
| |||||||||||
Creates a builder for a TtsSpan of type
TYPE_TIME and
possibly sets the ARG_WEEKDAY, ARG_DAY,
ARG_MONTH and ARG_YEAR arguments.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Sets the
ARG_DAY argument.
| |||||||||||
Sets the
ARG_MONTH argument.
| |||||||||||
Sets the
ARG_WEEKDAY argument.
| |||||||||||
Sets the
ARG_YEAR argument.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
android.text.style.TtsSpan.SemioticClassBuilder
| |||||||||||
From class
android.text.style.TtsSpan.Builder
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a builder for a TtsSpan of type TYPE_DATE.
Creates a builder for a TtsSpan of type TYPE_TIME and
possibly sets the ARG_WEEKDAY, ARG_DAY,
ARG_MONTH and ARG_YEAR arguments. Pass null to any
argument to leave it unset.
Sets the ARG_WEEKDAY argument.
| weekday | The value to be set for weekday. See
ARG_WEEKDAY. |
|---|