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

/openjdk7/jdk/src/share/classes/sun/font/
H A DDecoration.java54 * This class handles underlining, strikethrough, and foreground and
149 private boolean strikethrough = false; field in class:Decoration.DecorationImpl
156 boolean strikethrough,
164 this.strikethrough = strikethrough;
198 strikethrough == other.strikethrough)) {
217 if (strikethrough) {
260 if (!strikethrough && stdUnderline == null && imUnderline == null) {
268 if (strikethrough) {
153 DecorationImpl(Paint foreground, Paint background, boolean swapColors, boolean strikethrough, Underline stdUnderline, Underline imUnderline) argument
[all...]
H A DAttributeValues.java86 private boolean strikethrough; // false field in class:AttributeValues
149 public boolean getStrikethrough() { return strikethrough; }
151 this.strikethrough = f; update(ESTRIKETHROUGH); }
459 && strikethrough == rhs.strikethrough
527 case ESTRIKETHROUGH: b.append(strikethrough); break;
585 case ESTRIKETHROUGH: strikethrough = src.strikethrough; break;
614 case ESTRIKETHROUGH: return strikethrough == src.strikethrough;
[all...]

Completed in 37 milliseconds