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