Package | Description |
---|---|
com.mxgraph.io |
This package contains all classes for input/output.
|
com.mxgraph.io.gml |
Modifier and Type | Method and Description |
---|---|
static void |
mxGmlCodec.addNodeData(mxGmlNode gmlNode,
mxCell v)
Add the node data in the gmlNode.
|
Modifier and Type | Method and Description |
---|---|
List<mxGmlNode> |
mxGmlGraph.getNodes() |
Modifier and Type | Method and Description |
---|---|
static mxGmlData |
mxGmlGraph.dataNodeKey(mxGmlNode node)
Returns the data element inside the node that references to the key element
with name = KEY_NODE_NAME.
|
static boolean |
mxGmlGraph.hasData(mxGmlNode node)
Checks if the node has data elements inside.
|
Modifier and Type | Method and Description |
---|---|
void |
mxGmlGraph.setNodes(List<mxGmlNode> node) |
Copyright (c) 2010 Gaudenz Alder. All rights reserved.