public class mxGmlKeyManager
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static mxGmlKeyManager |
getInstance()
Returns the instance of mxGmlKeyManager.
|
java.util.HashMap<java.lang.String,mxGmlKey> |
getKeyMap() |
void |
initialise(org.w3c.dom.Document doc)
Load the map with the key elements in the document.
The keys are wrapped for instances of mxGmlKey. |
void |
setKeyMap(java.util.HashMap<java.lang.String,mxGmlKey> keyMap) |
public static mxGmlKeyManager getInstance()
public void initialise(org.w3c.dom.Document doc)
doc
- Document with the keys.public java.util.HashMap<java.lang.String,mxGmlKey> getKeyMap()
public void setKeyMap(java.util.HashMap<java.lang.String,mxGmlKey> keyMap)
Copyright (c) 2010 Gaudenz Alder. All rights reserved.