Uses of Class
com.mxgraph.io.graphml.mxGraphMlEdge
-
Packages that use mxGraphMlEdge Package Description com.mxgraph.io This package contains all classes for input/output.com.mxgraph.io.graphml -
-
Uses of mxGraphMlEdge in com.mxgraph.io
Methods in com.mxgraph.io with parameters of type mxGraphMlEdge Modifier and Type Method Description static void
mxGraphMlCodec. addEdgeData(mxGraphMlEdge gmlEdge, mxCell v)
Add the edge data in the gmlEdge. -
Uses of mxGraphMlEdge in com.mxgraph.io.graphml
Methods in com.mxgraph.io.graphml that return types with arguments of type mxGraphMlEdge Modifier and Type Method Description java.util.List<mxGraphMlEdge>
mxGraphMlGraph. getEdges()
Methods in com.mxgraph.io.graphml with parameters of type mxGraphMlEdge Modifier and Type Method Description static mxGraphMlData
mxGraphMlGraph. dataEdgeKey(mxGraphMlEdge 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.graphml with type arguments of type mxGraphMlEdge Modifier and Type Method Description void
mxGraphMlGraph. setEdges(java.util.List<mxGraphMlEdge> edge)
-