public class mxVdxCodec
extends java.lang.Object
Constructor and Description |
---|
mxVdxCodec() |
Modifier and Type | Method and Description |
---|---|
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.
|
static boolean |
isHtmlLabelsEnable()
Checks if html labels are active.
|
static void |
setHtmlLabelsEnable(boolean htmlLabelsEnable)
Sets html labels.
|
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(org.w3c.dom.Document document, mxGraph graph)
document
- XML to be parsedgraph
- Graph where the parsed graph is included.Copyright (c) 2010 Gaudenz Alder. All rights reserved.