Searched refs:StandardTextSource (Results 1 - 2 of 2) 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);
H A DTextLabelFactory.java153 TextSource source = new StandardTextSource(text, start, limit - start, lineStart, lineLimit - lineStart, level, layoutFlags, font, frc, lm);
178 TextSource source = new StandardTextSource(text, start, limit - start, lineStart, lineLimit - lineStart, level, layoutFlags, font, frc, lm);

Completed in 31 milliseconds