javax.swing.text
public class StyleContext.SmallAttributeSet extends Object implements AttributeSet
| Constructor Summary | |
|---|---|
| SmallAttributeSet(AttributeSet a) | |
| SmallAttributeSet(Object[] a) | |
| Method Summary | |
|---|---|
| Object | clone() |
| boolean | containsAttribute(Object name, Object value) |
| boolean | containsAttributes(AttributeSet a) |
| AttributeSet | copyAttributes() |
| boolean | equals(Object obj) |
| Object | getAttribute(Object key) |
| int | getAttributeCount() |
| Enumeration<?> | getAttributeNames() |
| AttributeSet | getResolveParent() |
| int | hashCode() |
| boolean | isDefined(Object key) |
| boolean | isEqual(AttributeSet attr) |
| String | toString() |