JGraph X 1.4.1.0


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

Packages that use mxGmlEdge
com.mxgraph.io This package contains all classes for input/output. 
com.mxgraph.io.gml   
 

Uses of mxGmlEdge in com.mxgraph.io
 

Methods in com.mxgraph.io with parameters of type mxGmlEdge
static void mxGmlCodec.addEdgeData(mxGmlEdge gmlEdge, mxCell v)
          Add the edge data in the gmlEdge.
 

Uses of mxGmlEdge in com.mxgraph.io.gml
 

Methods in com.mxgraph.io.gml that return types with arguments of type mxGmlEdge
 List<mxGmlEdge> mxGmlGraph.getEdges()
           
 

Methods in com.mxgraph.io.gml with parameters of type mxGmlEdge
static mxGmlData mxGmlGraph.dataEdgeKey(mxGmlEdge edge)
          Returns the data element inside the edge that references to the key element with name = KEY_EDGE_NAME.
 

Method parameters in com.mxgraph.io.gml with type arguments of type mxGmlEdge
 void mxGmlGraph.setEdges(List<mxGmlEdge> edge)
           
 


JGraph X 1.4.1.0


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