|
JGraph X 1.4.0.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mxgraph.io.mxVdxCodec
public class mxVdxCodec
Parses a .vdx file and imports it in a given graph
Constructor Summary | |
---|---|
mxVdxCodec()
|
Method Summary | |
---|---|
static void |
decode(org.w3c.dom.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 |
Constructor Detail |
---|
public mxVdxCodec()
Method Detail |
---|
public static void decode(org.w3c.dom.Document document, mxGraph graph)
document
- XML to be parsedgraph
- Graph where the parsed graph is included.
|
JGraph X 1.4.0.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |