org.jfree.layouting.util
public class AttributeMap extends Object implements Serializable, Cloneable
Constructor Summary | |
---|---|
AttributeMap() | |
AttributeMap(AttributeMap copy) |
Method Summary | |
---|---|
Object | clone() |
protected void | copyInto(AttributeMap copy) |
AttributeMap | createUnmodifiableMap() |
Object | getAttribute(String namespace, String attribute) |
Map | getAttributes(String namespace) |
long | getChangeTracker() |
Object | getFirstAttribute(String attribute) |
String[] | getNameSpaces() |
boolean | isEmpty() |
boolean | isReadOnly() |
void | makeReadOnly() |
Object | setAttribute(String namespace, String attribute, Object value) |
protected Object | setAttributeInternal(String namespace, String attribute, Object value) |