Package | Description |
---|---|
com.mxgraph.io.graphml |
Modifier and Type | Method and Description |
---|---|
static mxGraphMlData |
mxGraphMlGraph.dataEdgeKey(mxGraphMlEdge edge)
Returns the data element inside the edge that references to the key element
with name = KEY_EDGE_NAME.
|
static mxGraphMlData |
mxGraphMlGraph.dataNodeKey(mxGraphMlNode node)
Returns the data element inside the node that references to the key element
with name = KEY_NODE_NAME.
|
mxGraphMlData |
mxGraphMlEdge.getEdgeData() |
mxGraphMlData |
mxGraphMlNode.getNodeData() |
Modifier and Type | Method and Description |
---|---|
HashMap<String,mxGraphMlData> |
mxGraphMlEdge.getEdgeDataMap() |
HashMap<String,mxGraphMlData> |
mxGraphMlNode.getNodeDataMap() |
HashMap<String,mxGraphMlData> |
mxGraphMlPort.getPortDataMap() |
Modifier and Type | Method and Description |
---|---|
void |
mxGraphMlEdge.setEdgeData(mxGraphMlData egdeData) |
void |
mxGraphMlNode.setNodeData(mxGraphMlData nodeData) |
Modifier and Type | Method and Description |
---|---|
void |
mxGraphMlEdge.setEdgeDataMap(HashMap<String,mxGraphMlData> nodeEdgeMap) |
void |
mxGraphMlNode.setNodeDataMap(HashMap<String,mxGraphMlData> nodeDataMap) |
void |
mxGraphMlPort.setPortDataMap(HashMap<String,mxGraphMlData> nodeDataMap) |
Constructor and Description |
---|
mxGraphMlNode(String nodeId,
mxGraphMlData nodeData)
Construct a node with Id and one data element
|
Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.