Uses of Class
com.mxgraph.io.graphml.mxGraphMlShapeNode
-
Packages that use mxGraphMlShapeNode Package Description com.mxgraph.io.graphml -
-
Uses of mxGraphMlShapeNode in com.mxgraph.io.graphml
Methods in com.mxgraph.io.graphml that return mxGraphMlShapeNode Modifier and Type Method Description mxGraphMlShapeNode
mxGraphMlData. getDataShapeNode()
Methods in com.mxgraph.io.graphml with parameters of type mxGraphMlShapeNode Modifier and Type Method Description void
mxGraphMlData. setDataShapeNode(mxGraphMlShapeNode dataShapeNode)
Constructors in com.mxgraph.io.graphml with parameters of type mxGraphMlShapeNode 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.
-