Uses of Class
com.mxgraph.model.mxCell
-
Packages that use mxCell Package Description com.mxgraph.io This package contains all classes for input/output. -
-
Uses of mxCell in com.mxgraph.io
Methods in com.mxgraph.io with parameters of type mxCell Modifier and Type Method Description static void
mxGraphMlCodec. addEdgeData(mxGraphMlEdge gmlEdge, mxCell v)
Add the edge data in the gmlEdge.static void
mxGraphMlCodec. addNodeData(mxGraphMlNode gmlNode, mxCell v)
Add the node data in the gmlNode.
-