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

/openjdk7/jdk/src/share/classes/sun/font/
H A DTextSource.java42 public abstract class TextSource { class
73 /** Get subrange of this TextSource. dir is one of the TextLineComponent constants */
74 public abstract TextSource getSubSource(int start, int length, int dir);
84 /** Get debugging info about this TextSource instance. Default implementation just

Completed in 29 milliseconds