java.lang.Object | |
↳ | android.text.BidiFormatter.Builder |
A class for building a BidiFormatter with non-default options.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Constructor.
|
||||||||||
|
Constructor.
|
||||||||||
|
Constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
||||||||||
|
Specifies the default directionality estimation algorithm to be used by the BidiFormatter.
|
||||||||||
|
Specifies whether the BidiFormatter to be built should also "reset" directionality before
a string being bidi-wrapped, not just after it.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Constructor.
rtlContext | Whether the context directionality is RTL. |
---|
Constructor.
locale | The context locale. |
---|
Specifies the default directionality estimation algorithm to be used by the BidiFormatter. By default, uses the first-strong heuristic.
heuristic |
the
TextDirectionHeuristic
to use.
|
---|
Specifies whether the BidiFormatter to be built should also "reset" directionality before a string being bidi-wrapped, not just after it. The default is false.