public class mxGraphMlKeyManager extends Object
Modifier and Type | Method and Description |
---|---|
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) |
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)
Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.