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

/openjdk7/jdk/src/share/classes/sun/font/
H A DDecoration.java150 private Underline stdUnderline = null; // underline from TextAttribute.UNDERLINE_ON field in class:Decoration.DecorationImpl
157 Underline stdUnderline,
166 this.stdUnderline = stdUnderline;
202 if (!areEqual(stdUnderline, other.stdUnderline)) {
223 if (stdUnderline != null) {
224 hc += stdUnderline.hashCode();
236 if (stdUnderline != null) {
239 ulBottom += stdUnderline
153 DecorationImpl(Paint foreground, Paint background, boolean swapColors, boolean strikethrough, Underline stdUnderline, Underline imUnderline) argument
[all...]

Completed in 30 milliseconds