Uses of Class
com.mxgraph.io.graphml.mxGraphMlShapeEdge
-
Packages that use mxGraphMlShapeEdge Package Description com.mxgraph.io.graphml -
-
Uses of mxGraphMlShapeEdge in com.mxgraph.io.graphml
Methods in com.mxgraph.io.graphml that return mxGraphMlShapeEdge Modifier and Type Method Description mxGraphMlShapeEdge
mxGraphMlData. getDataShapeEdge()
Methods in com.mxgraph.io.graphml with parameters of type mxGraphMlShapeEdge Modifier and Type Method Description void
mxGraphMlData. setDataShapeEdge(mxGraphMlShapeEdge dataShapeEdge)
Constructors in com.mxgraph.io.graphml with parameters of type mxGraphMlShapeEdge Constructor Description mxGraphMlData(java.lang.String dataId, java.lang.String dataKey, java.lang.String dataValue, mxGraphMlShapeEdge dataShapeEdge, mxGraphMlShapeNode dataShapeNode)
Construct a data with the params values.
-