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

/openjdk7/jdk/src/share/classes/sun/font/
H A DDecoration.java98 return new DecorationImpl(values.getForeground(),
144 private static final class DecorationImpl extends Decoration { class in class:Decoration
153 DecorationImpl(Paint foreground, method in class:Decoration.DecorationImpl
189 DecorationImpl other = null;
191 other = (DecorationImpl) rhs;

Completed in 29 milliseconds