Uses of Class
com.mxgraph.io.graphml.mxGraphMlGraph
Packages that use mxGraphMlGraph
Package
Description
This package contains all classes for input/output.
-
Uses of mxGraphMlGraph in com.mxgraph.io
Methods in com.mxgraph.io that return mxGraphMlGraphModifier and TypeMethodDescriptionstatic mxGraphMlGraph
mxGraphMlCodec.decodeGraph
(mxGraph graph, Object parent, mxGraphMlGraph gmlGraph) Returns a Gml graph with the data of the vertexes and edges in the graph.Methods in com.mxgraph.io with parameters of type mxGraphMlGraphModifier and TypeMethodDescriptionstatic mxGraphMlGraph
mxGraphMlCodec.decodeGraph
(mxGraph graph, Object parent, mxGraphMlGraph gmlGraph) Returns a Gml graph with the data of the vertexes and edges in the graph.static Document
mxGraphMlCodec.encodeXML
(mxGraphMlGraph gmlGraph) Generates a Xml document with the gmlGraph. -
Uses of mxGraphMlGraph in com.mxgraph.io.graphml
Methods in com.mxgraph.io.graphml that return types with arguments of type mxGraphMlGraphMethod parameters in com.mxgraph.io.graphml with type arguments of type mxGraphMlGraphModifier and TypeMethodDescriptionvoid
mxGraphMlNode.setNodeGraph
(List<mxGraphMlGraph> nodeGraph)