|
mxGraph 2.5.0.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.mxgraph.io.graphml.mxGraphMlKeyManager
public class mxGraphMlKeyManager
This is a singleton class that contains a map with the key elements of the document. The key elements are wrapped in instances of mxGmlKey and may to be access by ID.
Method Summary | |
---|---|
static mxGraphMlKeyManager |
getInstance()
Returns the instance of mxGmlKeyManager. |
HashMap<String,mxGraphMlKey> |
getKeyMap()
|
void |
initialise(Document doc)
Load the map with the key elements in the document. The keys are wrapped for instances of mxGmlKey. |
void |
setKeyMap(HashMap<String,mxGraphMlKey> keyMap)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static mxGraphMlKeyManager getInstance()
public void initialise(Document doc)
doc
- Document with the keys.public HashMap<String,mxGraphMlKey> getKeyMap()
public void setKeyMap(HashMap<String,mxGraphMlKey> keyMap)
|
mxGraph 2.5.0.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |