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

/openjdk7/jdk/src/share/classes/sun/font/
H A DExtendedTextSourceLabel.java57 class ExtendedTextSourceLabel extends ExtendedTextLabel implements Decoration.Label { class in inherits:ExtendedTextLabel,Decoration.Label
77 public ExtendedTextSourceLabel(TextSource source, Decoration decorator) { method in class:ExtendedTextSourceLabel
88 public ExtendedTextSourceLabel(TextSource source, ExtendedTextSourceLabel oldLabel, int offset) { method in class:ExtendedTextSourceLabel
892 return new ExtendedTextSourceLabel(source.getSubSource(start, limit-start, dir), decorator);
927 // return new ExtendedTextSourceLabel(source);
1076 ExtendedTextSourceLabel result = new ExtendedTextSourceLabel(source, decorator);

Completed in 34 milliseconds