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

/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiRun.java43 * A BidiRun represents a sequence of characters at the same embedding level.
47 * <p>A BidiRun represents such a run by storing its essential properties,
58 public class BidiRun { class
80 BidiRun() method in class:BidiRun
88 BidiRun(int start, int limit, byte embeddingLevel) method in class:BidiRun
96 * Copy the content of a BidiRun instance
98 void copyFrom(BidiRun run)

Completed in 481 milliseconds