Java.Text.Bidi: Method Members

The methods of Java.Text.Bidi are listed below. For a list of all members, see the Bidi Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

BaseIsLeftToRight() : bool
Returns whether the base level is from left to right.
CreateLineBidi(int, int) : Bidi
Creates a new Bidi object containing the information of one line from this object.
GetLevelAt(int) : int
Returns the level of the given character.
GetRunLevel(int) : int
Returns the level of the given run.
GetRunLimit(int) : int
Returns the limit offset of the given run.
GetRunStart(int) : int
Returns the start offset of the given run.
static
ReorderVisually(byte[], int, Java.Lang.Object[], int, int)
Reorders a range of objects according to their specified levels.
static
RequiresBidi(char[], int, int) : bool
Indicates whether a range of characters of a text requires a Bidi object to display properly.