|
JGraph X 1.4.1.0 |
|||||||||
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 XML diagram file and imports it in the given graph.
This class depends from the classes contained in
com.mxgraph.io.vdx.
Constructor Summary | |
---|---|
mxVdxCodec()
|
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. |
static boolean |
isHtmlLabelsEnable()
Checks if html labels are active. |
static void |
setHtmlLabelsEnable(boolean htmlLabelsEnable)
Sets html labels. |
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 boolean isHtmlLabelsEnable()
true
if html labels are enable.public static void setHtmlLabelsEnable(boolean htmlLabelsEnable)
htmlLabelsEnable
- New value of the property.public static void decode(Document document, mxGraph graph)
document
- XML to be parsedgraph
- Graph where the parsed graph is included.
|
JGraph X 1.4.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |