Searched refs:TextSource (Results 1 - 5 of 5) 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
H A DTextSourceLabel.java46 TextSource source;
55 public TextSourceLabel(TextSource source) {
59 public TextSourceLabel(TextSource source, Rectangle2D lb, Rectangle2D ab, GlyphVector gv) {
67 public TextSource getSource() {
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);
H A DStandardTextSource.java36 public class StandardTextSource extends TextSource {
49 * Create a simple implementation of a TextSource.
148 // TextSource API
190 public TextSource getSubSource(int start, int length, int dir) {
H A DExtendedTextSourceLabel.java59 TextSource source;
75 * Create from a TextSource.
77 public ExtendedTextSourceLabel(TextSource source, Decoration decorator) {
84 * Create from a TextSource, optionally using cached data from oldLabel starting at the offset.
88 public ExtendedTextSourceLabel(TextSource source, ExtendedTextSourceLabel oldLabel, int offset) {
926 //public static ExtendedTextLabel create(TextSource source) {

Completed in 25 milliseconds