Uses of Class
com.mxgraph.io.graphml.mxGraphMlData
-
Packages that use mxGraphMlData Package Description com.mxgraph.io.graphml -
-
Uses of mxGraphMlData in com.mxgraph.io.graphml
Methods in com.mxgraph.io.graphml that return mxGraphMlData Modifier and Type Method Description static mxGraphMlDatamxGraphMlGraph. dataEdgeKey(mxGraphMlEdge edge)Returns the data element inside the edge that references to the key element with name = KEY_EDGE_NAME.static mxGraphMlDatamxGraphMlGraph. dataNodeKey(mxGraphMlNode node)Returns the data element inside the node that references to the key element with name = KEY_NODE_NAME.mxGraphMlDatamxGraphMlEdge. getEdgeData()mxGraphMlDatamxGraphMlNode. getNodeData()Methods in com.mxgraph.io.graphml that return types with arguments of type mxGraphMlData Modifier and Type Method Description java.util.HashMap<java.lang.String,mxGraphMlData>mxGraphMlEdge. getEdgeDataMap()java.util.HashMap<java.lang.String,mxGraphMlData>mxGraphMlNode. getNodeDataMap()java.util.HashMap<java.lang.String,mxGraphMlData>mxGraphMlPort. getPortDataMap()Methods in com.mxgraph.io.graphml with parameters of type mxGraphMlData Modifier and Type Method Description voidmxGraphMlEdge. setEdgeData(mxGraphMlData egdeData)voidmxGraphMlNode. setNodeData(mxGraphMlData nodeData)Method parameters in com.mxgraph.io.graphml with type arguments of type mxGraphMlData Modifier and Type Method Description voidmxGraphMlEdge. setEdgeDataMap(java.util.HashMap<java.lang.String,mxGraphMlData> nodeEdgeMap)voidmxGraphMlNode. setNodeDataMap(java.util.HashMap<java.lang.String,mxGraphMlData> nodeDataMap)voidmxGraphMlPort. setPortDataMap(java.util.HashMap<java.lang.String,mxGraphMlData> nodeDataMap)Constructors in com.mxgraph.io.graphml with parameters of type mxGraphMlData Constructor Description mxGraphMlNode(java.lang.String nodeId, mxGraphMlData nodeData)Construct a node with Id and one data element
-