# Print output for @column tags ?>
public
static
class
TtsSpan.TimeBuilder
extends SemioticClassBuilder<TtsSpan.TimeBuilder>
| java.lang.Object | |||
| ↳ | android.text.style.TtsSpan.Builder<C extends android.text.style.TtsSpan.SemioticClassBuilder<?>> | ||
| ↳ | android.text.style.TtsSpan.SemioticClassBuilder<android.text.style.TtsSpan.TimeBuilder> | ||
| ↳ | android.text.style.TtsSpan.TimeBuilder | ||
A builder for TtsSpans of type TtsSpan.TYPE_TIME.
Public constructors | |
|---|---|
TimeBuilder()
Creates a builder for a TtsSpan of type |
|
TimeBuilder(int hours, int minutes)
Creates a builder for a TtsSpan of type |
|
Public methods | |
|---|---|
TtsSpan.TimeBuilder
|
setHours(int hours)
Sets the |
TtsSpan.TimeBuilder
|
setMinutes(int minutes)
Sets the |
Inherited methods | |
|---|---|
public TimeBuilder (int hours,
int minutes)
Creates a builder for a TtsSpan of type TtsSpan.TYPE_TIME and
sets the TtsSpan.ARG_HOURS and TtsSpan.ARG_MINUTES arguments.
| Parameters | |
|---|---|
hours |
int |
minutes |
int |
public TtsSpan.TimeBuilder setHours (int hours)
Sets the TtsSpan.ARG_HOURS argument.
| Parameters | |
|---|---|
hours |
int: The value to be set for hours. See TtsSpan.ARG_HOURS. |
| Returns | |
|---|---|
TtsSpan.TimeBuilder |
This instance. |
See also:
public TtsSpan.TimeBuilder setMinutes (int minutes)
Sets the TtsSpan.ARG_MINUTES argument.
| Parameters | |
|---|---|
minutes |
int: The value to be set for minutes. See
TtsSpan.ARG_MINUTES. |
| Returns | |
|---|---|
TtsSpan.TimeBuilder |
This instance. |
See also: