| Package | Description |
|---|---|
| com.mxgraph.io |
This package contains all classes for input/output.
|
| com.mxgraph.io.gml |
| Modifier and Type | Method and Description |
|---|---|
static mxGmlGraph |
mxGmlCodec.decodeGraph(mxGraph graph,
java.lang.Object parent,
mxGmlGraph gmlGraph)
Returns a Gml graph with the data of the vertexes and edges in the graph.
|
| Modifier and Type | Method and Description |
|---|---|
static mxGmlGraph |
mxGmlCodec.decodeGraph(mxGraph graph,
java.lang.Object parent,
mxGmlGraph gmlGraph)
Returns a Gml graph with the data of the vertexes and edges in the graph.
|
static org.w3c.dom.Document |
mxGmlCodec.encodeXML(mxGmlGraph gmlGraph)
Generates a Xml document with the gmlGraph.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<mxGmlGraph> |
mxGmlNode.getNodeGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
mxGmlNode.setNodeGraph(java.util.List<mxGmlGraph> nodeGraph) |
Copyright (c) 2010 Gaudenz Alder. All rights reserved.