| Methoden |
| public String | toString() |
| public static int | getBidiLevel(AttributeSet a) |
| public static void | setBidiLevel(MutableAttributeSet a, int o) |
| public static Component | getComponent(AttributeSet a) |
| public static void | setComponent(MutableAttributeSet a, Component c) |
| public static Icon | getIcon(AttributeSet a) |
| public static void | setIcon(MutableAttributeSet a, Icon c) |
| public static String | getFontFamily(AttributeSet a) |
| public static void | setFontFamily(MutableAttributeSet a, String fam) |
| public static int | getFontSize(AttributeSet a) |
| public static void | setFontSize(MutableAttributeSet a, int s) |
| public static boolean | isBold(AttributeSet a) |
| public static void | setBold(MutableAttributeSet a, boolean b) |
| public static boolean | isItalic(AttributeSet a) |
| public static void | setItalic(MutableAttributeSet a, boolean b) |
| public static boolean | isUnderline(AttributeSet a) |
| public static boolean | isStrikeThrough(AttributeSet a) |
| public static boolean | isSuperscript(AttributeSet a) |
| public static boolean | isSubscript(AttributeSet a) |
| public static void | setUnderline(MutableAttributeSet a, boolean b) |
| public static void | setStrikeThrough(MutableAttributeSet a, boolean b) |
| public static void | setSuperscript(MutableAttributeSet a, boolean b) |
| public static void | setSubscript(MutableAttributeSet a, boolean b) |
| public static Color | getForeground(AttributeSet a) |
| public static void | setForeground(MutableAttributeSet a, Color fg) |
| public static Color | getBackground(AttributeSet a) |
| public static void | setBackground(MutableAttributeSet a, Color fg) |
| public static float | getFirstLineIndent(AttributeSet a) |
| public static void | setFirstLineIndent(MutableAttributeSet a, float i) |
| public static float | getRightIndent(AttributeSet a) |
| public static void | setRightIndent(MutableAttributeSet a, float i) |
| public static float | getLeftIndent(AttributeSet a) |
| public static void | setLeftIndent(MutableAttributeSet a, float i) |
| public static float | getLineSpacing(AttributeSet a) |
| public static void | setLineSpacing(MutableAttributeSet a, float i) |
| public static float | getSpaceAbove(AttributeSet a) |
| public static void | setSpaceAbove(MutableAttributeSet a, float i) |
| public static float | getSpaceBelow(AttributeSet a) |
| public static void | setSpaceBelow(MutableAttributeSet a, float i) |
| public static int | getAlignment(AttributeSet a) |
| public static void | setAlignment(MutableAttributeSet a, int align) |
| public static TabSet | getTabSet(AttributeSet a) |
| public static void | setTabSet(MutableAttributeSet a, TabSet tabs) |