Uses of Class
com.mxgraph.model.mxIGraphModel.mxAtomicGraphModelChange
-
Packages that use mxIGraphModel.mxAtomicGraphModelChange Package Description com.mxgraph.model This package contains the classes that define a graph model. -
-
Uses of mxIGraphModel.mxAtomicGraphModelChange in com.mxgraph.model
Subclasses of mxIGraphModel.mxAtomicGraphModelChange in com.mxgraph.model Modifier and Type Class Description static classmxGraphModel.mxChildChangestatic classmxGraphModel.mxCollapseChangestatic classmxGraphModel.mxGeometryChangestatic classmxGraphModel.mxRootChangestatic classmxGraphModel.mxStyleChangestatic classmxGraphModel.mxTerminalChangestatic classmxGraphModel.mxValueChangestatic classmxGraphModel.mxVisibleChangeMethods in com.mxgraph.model with parameters of type mxIGraphModel.mxAtomicGraphModelChange Modifier and Type Method Description voidmxGraphModel. execute(mxIGraphModel.mxAtomicGraphModelChange change)Executes the given atomic change and adds it to the current edit.
-