com.mxgraph.io.gml
public class mxGmlKeyManager extends Object
Modifier and Type | Method and Description |
---|---|
static mxGmlKeyManager |
getInstance()
Returns the instance of mxGmlKeyManager.
|
HashMap<String,mxGmlKey> |
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,mxGmlKey> keyMap) |
public static mxGmlKeyManager getInstance()
public void initialise(Document doc)
doc
- Document with the keys.Copyright (c) 2010 Gaudenz Alder. All rights reserved.