public static class mxGraphModel.mxGeometryChange extends mxIGraphModel.mxAtomicGraphModelChange
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
cell |
protected mxGeometry |
geometry |
protected mxGeometry |
previous |
model
Constructor and Description |
---|
mxGraphModel.mxGeometryChange(mxGraphModel model,
java.lang.Object cell,
mxGeometry geometry) |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Changes the root of the model.
|
java.lang.Object |
getCell() |
mxGeometry |
getGeometry() |
mxGeometry |
getPrevious() |
getModel, setModel
protected java.lang.Object cell
protected mxGeometry geometry
protected mxGeometry previous
public mxGraphModel.mxGeometryChange(mxGraphModel model, java.lang.Object cell, mxGeometry geometry)
public java.lang.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.