java.lang.Object javax.swing.text.View javax.swing.text.GlyphView javax.swing.text.LabelView
public void changedUpdate(DocumentEvent e, Shape a, ViewFactory f)
public Color getBackground()
public Font getFont()
@Deprecated protected FontMetrics getFontMetrics()
public Color getForeground()
public boolean isStrikeThrough()
public boolean isSubscript()
public boolean isSuperscript()
public boolean isUnderline()
public LabelView(Element elem)
protected void setBackground(Color bg)
setPropertiesFromAttributes()
protected void setPropertiesFromAttributes()
protected void setStrikeThrough(boolean s)
isStrikeThrough()
protected void setSubscript(boolean s)
isSubscript()
protected void setSuperscript(boolean s)
isSuperscript()
protected void setUnderline(boolean u)
isUnderline()