com.mxgraph.model
public static class mxGraphModel.mxGeometryChange extends mxIGraphModel.mxAtomicGraphModelChange
Modifier and Type | Field and Description |
---|---|
protected Object |
cell |
protected mxGeometry |
geometry |
protected mxGeometry |
previous |
model
Constructor and Description |
---|
mxGraphModel.mxGeometryChange(mxGraphModel model,
Object cell,
mxGeometry geometry) |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Changes the root of the model.
|
Object |
getCell() |
mxGeometry |
getGeometry() |
mxGeometry |
getPrevious() |
getModel, setModel
protected Object cell
protected mxGeometry geometry
protected mxGeometry previous
public mxGraphModel.mxGeometryChange(mxGraphModel model, Object cell, mxGeometry geometry)
public Object getCell()
public mxGeometry getGeometry()
public mxGeometry getPrevious()
public void execute()
execute
in interface mxUndoableEdit.mxUndoableChange
execute
in class mxIGraphModel.mxAtomicGraphModelChange
Copyright (c) 2010 Gaudenz Alder. All rights reserved.