Package | Description |
---|---|
com.mxgraph.io |
This package contains all classes for input/output.
|
com.mxgraph.io.vdx |
Modifier and Type | Method and Description |
---|---|
static void |
mxGmlCodec.addEdgeData(mxGmlEdge gmlEdge,
mxCell v)
Add the edge data in the gmlEdge.
|
static void |
mxGmlCodec.addNodeData(mxGmlNode gmlNode,
mxCell v)
Add the node data in the gmlNode.
|
Modifier and Type | Method and Description |
---|---|
mxCell |
mxVdxShape.addComplexShapeToGraph(mxGraph graph,
java.lang.Object parent,
double parentHeight)
Adds a Complex shape to the graph.
|
mxCell |
mxVdxShape.addSimpleShapeToGraph(mxGraph graph,
java.lang.Object parent,
double parentHeight)
Adds a simple shape to the graph
|
Copyright (c) 2010 Gaudenz Alder. All rights reserved.