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

/openjdk7/jdk/src/share/classes/sun/font/
H A DStandardTextSource.java36 public class StandardTextSource extends TextSource { class in inherits:TextSource
62 public StandardTextSource(char[] chars, method in class:StandardTextSource
118 /** Create a StandardTextSource whose context is coextensive with the source. */
119 public StandardTextSource(char[] chars, method in class:StandardTextSource
130 /** Create a StandardTextSource whose context and source are coextensive with the entire char array. */
131 public StandardTextSource(char[] chars, method in class:StandardTextSource
139 /** Create a StandardTextSource whose context and source are all the text in the String. */
140 public StandardTextSource(String str, method in class:StandardTextSource
205 return new StandardTextSource(chars, this.start + start, length, cstart, clen, level, flags, font, frc, cm);

Completed in 22 milliseconds