Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |
getAttributeContext
should be implemented to
return the object responsible for implementing the desired
compression technique.
Method Summary | |
AttributeSet | addAttribute(AttributeSet old,
Object name,
Object value)
|
AttributeSet | addAttributes(AttributeSet old,
AttributeSet attr)
|
AttributeSet | getEmptySet()
|
void | reclaim(AttributeSet a)
|
AttributeSet | removeAttribute(AttributeSet old,
Object name)
|
AttributeSet | removeAttributes(AttributeSet old,
Enumeration names)
|
AttributeSet | removeAttributes(AttributeSet old,
AttributeSet attrs)
|
Method Detail |
public AttributeSet addAttribute(AttributeSet old, Object name, Object value)
old
- the old attribute set
name
- the attribute name
value
- the attribute value
public AttributeSet addAttributes(AttributeSet old, AttributeSet attr)
old
- the old attribute set
attr
- the attributes to add
public AttributeSet removeAttribute(AttributeSet old, Object name)
old
- the old attribute set
name
- the attribute name
public AttributeSet removeAttributes(AttributeSet old, Enumeration names)
old
- the old attribute set
names
- the attribute names
public AttributeSet removeAttributes(AttributeSet old, AttributeSet attrs)
old
- the old attribute set
attrs
- the attributes
public AttributeSet getEmptySet()
public void reclaim(AttributeSet a)
a
- the attribute set to reclaim
Contents | Package | Class | Tree | Deprecated | Index | Help | Java 1.2 Beta 3 | ||
PREV | NEXT | SHOW LISTS | HIDE LISTS |