Searched defs:Bidi (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DBidi.java43 * A Bidi object provides information on the bidirectional reordering of the text
48 * Once created, a Bidi object can be queried to see if the text it represents is
61 public final class Bidi { class
88 * Create Bidi from the given paragraph of text and base direction.
95 public Bidi(String paragraph, int flags) { method in class:Bidi
104 * Create Bidi from the given paragraph of text.
128 public Bidi(AttributedCharacterIterator paragraph) { method in class:Bidi
138 * Create Bidi from the given text, embedding, and direction information.
154 public Bidi(char[] text, int textStart, byte[] embeddings, int embStart, int paragraphLength, int flags) { method in class:Bidi
176 * Create a Bidi objec
[all...]

Completed in 31 milliseconds