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