Package | Description |
---|---|
com.mxgraph.model |
This package contains the classes that define a graph model.
|
Constructor and Description |
---|
mxGraphModel.mxChildChange(mxGraphModel model,
java.lang.Object parent,
java.lang.Object child) |
mxGraphModel.mxChildChange(mxGraphModel model,
java.lang.Object parent,
java.lang.Object child,
int index) |
mxGraphModel.mxCollapseChange(mxGraphModel model,
java.lang.Object cell,
boolean collapsed) |
mxGraphModel.mxGeometryChange(mxGraphModel model,
java.lang.Object cell,
mxGeometry geometry) |
mxGraphModel.mxRootChange(mxGraphModel model,
java.lang.Object root) |
mxGraphModel.mxStyleChange(mxGraphModel model,
java.lang.Object cell,
java.lang.String style) |
mxGraphModel.mxTerminalChange(mxGraphModel model,
java.lang.Object cell,
java.lang.Object terminal,
boolean source) |
mxGraphModel.mxValueChange(mxGraphModel model,
java.lang.Object cell,
java.lang.Object value) |
mxGraphModel.mxVisibleChange(mxGraphModel model,
java.lang.Object cell,
boolean visible) |
Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.