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

/openjdk7/jdk/src/share/classes/sun/font/
H A DExtendedTextSourceLabel.java84 * Create from a TextSource, optionally using cached data from oldLabel starting at the offset.
85 * If present oldLabel must have been created from a run of text that includes the text used in
86 * the new label. Start in source corresponds to logical character offset in oldLabel.
88 public ExtendedTextSourceLabel(TextSource source, ExtendedTextSourceLabel oldLabel, int offset) { argument
91 this.decorator = oldLabel.decorator;

Completed in 27 milliseconds