Klasse javax.swing.text.LabelView | 1.2 |
java.lang.Object | +--javax.swing.text.View | +--javax.swing.text.GlyphView | +--javax.swing.text.LabelView
Konstruktoren | |
---|---|
public | LabelView(Element elem) |
Methoden | |
---|---|
protected void | setUnderline(boolean u) |
protected void | setStrikeThrough(boolean s) |
protected void | setSuperscript(boolean s) |
protected void | setSubscript(boolean s) |
protected void | setPropertiesFromAttributes() |
protected FontMetrics | getFontMetrics()
Verworfen in Version 1.4. |
public Color | getBackground() |
public Color | getForeground() |
public Font | getFont() |
public boolean | isUnderline() |
public boolean | isStrikeThrough() |
public boolean | isSubscript() |
public boolean | isSuperscript() |
public void | changedUpdate(DocumentEvent e, Shape a, ViewFactory f) |