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
| BaseIsLeftToRight() Returns whether the base level is from left to right. | ||
| CreateLineBidi(int, int) Creates a new Bidi object containing the information of one line from this object. | ||
| GetLevelAt(int) Returns the level of the given character. | ||
| GetRunLevel(int) Returns the level of the given run. | ||
| GetRunLimit(int) Returns the limit offset of the given run. | ||
| GetRunStart(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) Indicates whether a range of characters of a text requires a Bidi object to display properly. | |