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

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DLabelView.java83 * @see #isStrikeThrough
153 setStrikeThrough(StyleConstants.isStrikeThrough(attr));
248 public boolean isStrikeThrough() { method in class:LabelView
H A DGlyphView.java219 public boolean isStrikeThrough() { method in class:GlyphView
221 return StyleConstants.isStrikeThrough(attr);
495 boolean strike = isStrikeThrough();
H A DStyleConstants.java460 public static boolean isStrikeThrough(AttributeSet a) { method in class:StyleConstants

Completed in 36 milliseconds