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