static SimpleAttributeSet style_strikeThrough() { ret style_strikeThrough(new SimpleAttributeSet); } static SimpleAttributeSet style_strikeThrough(SimpleAttributeSet a) { StyleConstants.setStrikeThrough(a, true); ret a; }