AttributeSetStyleAbstractDocument.AbstractElement, AbstractDocument.BranchElement, AbstractDocument.LeafElement, DefaultStyledDocument.SectionElement, HTMLDocument.BlockElement, HTMLDocument.RunElement, SimpleAttributeSet, StyleContext.NamedStylepublic interface MutableAttributeSet extends AttributeSet
public XXXAttributeSet(ConstAttributeSet source);AttributeSet.CharacterAttribute, AttributeSet.ColorAttribute, AttributeSet.FontAttribute, AttributeSet.ParagraphAttributeNameAttribute, ResolveAttribute| Modifier and Type | Method | Description |
|---|---|---|
void |
addAttribute(Object name,
Object value) |
Creates a new attribute set similar to this one except that it contains
an attribute with the given name and value.
|
void |
addAttributes(AttributeSet attributes) |
Creates a new attribute set similar to this one except that it contains
the given attributes and values.
|
void |
removeAttribute(Object name) |
Removes an attribute with the given
name. |
void |
removeAttributes(Enumeration<?> names) |
Removes an attribute set with the given
names. |
void |
removeAttributes(AttributeSet attributes) |
Removes a set of attributes with the given
name. |
void |
setResolveParent(AttributeSet parent) |
Sets the resolving parent.
|
containsAttribute, containsAttributes, copyAttributes, getAttribute, getAttributeCount, getAttributeNames, getResolveParent, isDefined, isEqualvoid addAttribute(Object name, Object value)
name - the namevalue - the valuevoid addAttributes(AttributeSet attributes)
attributes - the set of attributesvoid removeAttribute(Object name)
name.name - the attribute namevoid removeAttributes(Enumeration<?> names)
names.names - the set of namesvoid removeAttributes(AttributeSet attributes)
name.attributes - the set of attributesvoid setResolveParent(AttributeSet parent)
parent - the parent Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b153-2