|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
com.davisor.graphics.chart.ChartAttributesMap
ChartAttributesMap is a map for storing ChartAttributes parsed from XML documents with the ChartXMLDocumentHandler.
ChartXMLDocumentHandler,
Serialized Form| Constructor Summary | |
ChartAttributesMap()
Default constructor. |
|
ChartAttributesMap(ChartAttributesMap cam,
boolean deep)
Deep or shallow copy constructor. |
|
| Method Summary | |
java.lang.Object |
clone()
Clones this map and puts references to the entries to the new one. |
com.davisor.core.Dupable |
dup()
Duplicates the entries of this map to the new one. |
ChartAttributes |
getDefaults()
Returns the default ChartAttributes, if available (the map is not empty). |
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value)
Puts the value into this map with the specified key. |
void |
putAll(java.util.Map t)
Puts the values of the other map into this map with the specified keys. |
java.lang.String |
toString()
Gets object XML string representation. |
| Methods inherited from class java.util.HashMap |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
equals, hashCode |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
equals, hashCode |
| Constructor Detail |
public ChartAttributesMap()
public ChartAttributesMap(ChartAttributesMap cam,
boolean deep)
cam - the source mapdeep - tells if ChartAttributes should be duplicated| Method Detail |
public java.lang.Object clone()
public com.davisor.core.Dupable dup()
dup in interface com.davisor.core.Dupable
public java.lang.Object put(java.lang.Object key,
java.lang.Object value)
put in interface java.util.Mapkey - the key for mapping. If the key is null and the map is
empty, the value becomes the default.value - the ChartAttributes.
public void putAll(java.util.Map t)
putAll in interface java.util.Mappublic java.lang.String toString()
public ChartAttributes getDefaults()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||