Searched refs:isStrikeThrough (Results 1 - 4 of 4) 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 DStyleConstants.java460 public static boolean isStrikeThrough(AttributeSet a) { method in class:StyleConstants
H A DGlyphView.java219 public boolean isStrikeThrough() { method in class:GlyphView
221 return StyleConstants.isStrikeThrough(attr);
495 boolean strike = isStrikeThrough();
H A DUtilities.java934 if (v.isStrikeThrough()) {

Completed in 597 milliseconds