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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DStyledParagraph.java59 private Decoration decoration; field in class:StyledParagraph
70 // decorationStarts[i] contains the index where decoration i
81 // fontStarts[i] contains the index where decoration i
297 return decoration;
372 else if (decoration == null) {
373 decoration = d;
376 if (!decoration.equals(d)) {
378 decorations.addElement(decoration);

Completed in 85 milliseconds