com.mxgraph.io
Class mxVdxCodec
java.lang.Object
com.mxgraph.io.mxVdxCodec
public class mxVdxCodec
- extends Object
Parses a .vdx file and imports it in a given graph
Method Summary |
static void |
decode(Document document,
mxGraph graph)
Recieves a xml document and parses it generating a new graph that is inserted in graph. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mxVdxCodec
public mxVdxCodec()
decode
public static void decode(Document document,
mxGraph graph)
- Recieves a xml document and parses it generating a new graph that is inserted in graph.
- Parameters:
document
- XML to be parsedgraph
- Graph where the parsed graph is included.
Copyright (c) 2010 Gaudenz Alder. All rights reserved.