Package | Description |
---|---|
com.mxgraph.io |
This package contains all classes for input/output.
|
com.mxgraph.io.graphml |
Modifier and Type | Method and Description |
---|---|
static mxGraphMlGraph |
mxGraphMlCodec.decodeGraph(mxGraph graph,
Object parent,
mxGraphMlGraph gmlGraph)
Returns a Gml graph with the data of the vertexes and edges in the graph.
|
Modifier and Type | Method and Description |
---|---|
static mxGraphMlGraph |
mxGraphMlCodec.decodeGraph(mxGraph graph,
Object parent,
mxGraphMlGraph gmlGraph)
Returns a Gml graph with the data of the vertexes and edges in the graph.
|
static Document |
mxGraphMlCodec.encodeXML(mxGraphMlGraph gmlGraph)
Generates a Xml document with the gmlGraph.
|
Modifier and Type | Method and Description |
---|---|
List<mxGraphMlGraph> |
mxGraphMlNode.getNodeGraph() |
Modifier and Type | Method and Description |
---|---|
void |
mxGraphMlNode.setNodeGraph(List<mxGraphMlGraph> nodeGraph) |
Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.