JGraph X 1.4.1.0


Uses of Class
com.mxgraph.io.gml.mxGmlData

Packages that use mxGmlData
com.mxgraph.io.gml   
 

Uses of mxGmlData in com.mxgraph.io.gml
 

Methods in com.mxgraph.io.gml that return mxGmlData
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()
           
 

Methods in com.mxgraph.io.gml that return types with arguments of type mxGmlData
 HashMap<String,mxGmlData> mxGmlEdge.getEdgeDataMap()
           
 HashMap<String,mxGmlData> mxGmlNode.getNodeDataMap()
           
 HashMap<String,mxGmlData> mxGmlPort.getPortDataMap()
           
 

Methods in com.mxgraph.io.gml with parameters of type mxGmlData
 void mxGmlEdge.setEdgeData(mxGmlData egdeData)
           
 void mxGmlNode.setNodeData(mxGmlData nodeData)
           
 

Method parameters in com.mxgraph.io.gml with type arguments of type mxGmlData
 void mxGmlEdge.setEdgeDataMap(HashMap<String,mxGmlData> nodeEdgeMap)
           
 void mxGmlNode.setNodeDataMap(HashMap<String,mxGmlData> nodeDataMap)
           
 void mxGmlPort.setPortDataMap(HashMap<String,mxGmlData> nodeDataMap)
           
 

Constructors in com.mxgraph.io.gml with parameters of type mxGmlData
mxGmlNode(String nodeId, mxGmlData nodeData)
          Construct a node with Id and one data element
 


JGraph X 1.4.1.0


Copyright (c) 2010 Gaudenz Alder. All rights reserved.