Uses of Class
com.mxgraph.io.graphml.mxGraphMlData
Packages that use mxGraphMlData
-
Uses of mxGraphMlData in com.mxgraph.io.graphml
Methods in com.mxgraph.io.graphml that return mxGraphMlDataModifier and TypeMethodDescriptionstatic 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.mxGraphMlEdge.getEdgeData()
mxGraphMlNode.getNodeData()
Methods in com.mxgraph.io.graphml that return types with arguments of type mxGraphMlDataModifier and TypeMethodDescriptionmxGraphMlEdge.getEdgeDataMap()
mxGraphMlNode.getNodeDataMap()
mxGraphMlPort.getPortDataMap()
Methods in com.mxgraph.io.graphml with parameters of type mxGraphMlDataModifier and TypeMethodDescriptionvoid
mxGraphMlEdge.setEdgeData
(mxGraphMlData egdeData) void
mxGraphMlNode.setNodeData
(mxGraphMlData nodeData) Method parameters in com.mxgraph.io.graphml with type arguments of type mxGraphMlDataModifier and TypeMethodDescriptionvoid
mxGraphMlEdge.setEdgeDataMap
(HashMap<String, mxGraphMlData> nodeEdgeMap) void
mxGraphMlNode.setNodeDataMap
(HashMap<String, mxGraphMlData> nodeDataMap) void
mxGraphMlPort.setPortDataMap
(HashMap<String, mxGraphMlData> nodeDataMap) Constructors in com.mxgraph.io.graphml with parameters of type mxGraphMlDataModifierConstructorDescriptionmxGraphMlNode
(String nodeId, mxGraphMlData nodeData) Construct a node with Id and one data element