Uses of Class
com.mxgraph.model.mxGraphModel
Packages that use mxGraphModel
Package
Description
This package contains the classes that define a graph model.
This package contains all classes required for concurrent diagram editing
by multiple clients.
-
Uses of mxGraphModel in com.mxgraph.model
Constructors in com.mxgraph.model with parameters of type mxGraphModelModifierConstructorDescriptionmxChildChange
(mxGraphModel model, Object parent, Object child) mxChildChange
(mxGraphModel model, Object parent, Object child, int index) mxCollapseChange
(mxGraphModel model, Object cell, boolean collapsed) mxGeometryChange
(mxGraphModel model, Object cell, mxGeometry geometry) mxRootChange
(mxGraphModel model, Object root) mxStyleChange
(mxGraphModel model, Object cell, String style) mxTerminalChange
(mxGraphModel model, Object cell, Object terminal, boolean source) mxValueChange
(mxGraphModel model, Object cell, Object value) mxVisibleChange
(mxGraphModel model, Object cell, boolean visible) -
Uses of mxGraphModel in com.mxgraph.sharing
Fields in com.mxgraph.sharing declared as mxGraphModelMethods in com.mxgraph.sharing that return mxGraphModelConstructors in com.mxgraph.sharing with parameters of type mxGraphModelModifierConstructorDescriptionmxSharedGraphModel
(mxGraphModel model) Constructs a new diagram with the given model.