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

/openjdk7/jdk/src/share/classes/sun/font/
H A DTextLabelFactory.java154 return new ExtendedTextSourceLabel(source, decorator);
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 36 milliseconds