Package | Description |
---|---|
com.mxgraph.model |
This package contains the classes that define a graph model.
|
com.mxgraph.sharing |
This package contains all classes required for concurrent diagram editing
by multiple clients.
|
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) |
Modifier and Type | Field and Description |
---|---|
protected mxGraphModel |
mxSharedGraphModel.model |
Modifier and Type | Method and Description |
---|---|
mxGraphModel |
mxSharedGraphModel.getModel() |
Constructor and Description |
---|
mxSharedGraphModel(mxGraphModel model)
Constructs a new diagram with the given model.
|
Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.