public abstract static class Attributes.Wrapper extends Object implements Attributes
Attributes.Wrapper| Constructor and Description |
|---|
Wrapper(Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearAttributes() |
Object |
getAttribute(String name) |
Set<String> |
getAttributeNameSet() |
Attributes |
getAttributes() |
void |
removeAttribute(String name) |
void |
setAttribute(String name,
Object attribute) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeNames, unwrappublic Wrapper(Attributes attributes)
public Attributes getAttributes()
public void removeAttribute(String name)
removeAttribute in interface Attributespublic void setAttribute(String name, Object attribute)
setAttribute in interface Attributespublic Object getAttribute(String name)
getAttribute in interface Attributespublic Set<String> getAttributeNameSet()
getAttributeNameSet in interface Attributespublic void clearAttributes()
clearAttributes in interface AttributesCopyright © 2010 - 2020 Adobe. All Rights Reserved