public static class mxGraphModel.mxStyleChange extends mxIGraphModel.mxAtomicGraphModelChange
| Modifier and Type | Field and Description |
|---|---|
protected Object |
cell |
protected String |
previous |
protected String |
style |
model| Constructor and Description |
|---|
mxGraphModel.mxStyleChange() |
mxGraphModel.mxStyleChange(mxGraphModel model,
Object cell,
String style) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Changes the root of the model.
|
Object |
getCell() |
String |
getPrevious() |
String |
getStyle() |
void |
setCell(Object value) |
void |
setPrevious(String value) |
void |
setStyle(String value) |
getModel, setModelprotected Object cell
protected String style
protected String previous
public mxGraphModel.mxStyleChange()
public mxGraphModel.mxStyleChange(mxGraphModel model, Object cell, String style)
public void setCell(Object value)
public Object getCell()
public void setStyle(String value)
public String getStyle()
public void setPrevious(String value)
public String getPrevious()
public void execute()
execute in interface mxUndoableEdit.mxUndoableChangeexecute in class mxIGraphModel.mxAtomicGraphModelChangeCopyright (c) 2010 Gaudenz Alder. All rights reserved.