org.jfree.layouting.util
Class AttributeMap
java.lang.Object
org.jfree.layouting.util.AttributeMap
- Cloneable, Serializable
public class AttributeMap
extends java.lang.Object
implements Serializable, Cloneable
Creation-Date: 09.04.2006, 16:12:13
AttributeMap
public AttributeMap()
clone
public Object clone()
throws CloneNotSupportedException
createUnmodifiableMap
public AttributeMap createUnmodifiableMap()
getAttribute
public Object getAttribute(String namespace,
String attribute)
getAttributes
public Map getAttributes(String namespace)
getChangeTracker
public long getChangeTracker()
getFirstAttribute
public Object getFirstAttribute(String attribute)
getNameSpaces
public String[] getNameSpaces()
isEmpty
public boolean isEmpty()
isReadOnly
public boolean isReadOnly()
makeReadOnly
public void makeReadOnly()
setAttribute
public Object setAttribute(String namespace,
String attribute,
Object value)
setAttributeInternal
protected Object setAttributeInternal(String namespace,
String attribute,
Object value)