com.mxgraph.model
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 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() |
getModel, setModel
protected Object cell
protected String style
protected String previous
public mxGraphModel.mxStyleChange(mxGraphModel model, Object cell, String style)
public Object getCell()
public String getStyle()
public String getPrevious()
public void execute()
execute
in interface mxUndoableEdit.mxUndoableChange
execute
in class mxIGraphModel.mxAtomicGraphModelChange
Copyright (c) 2010 Gaudenz Alder. All rights reserved.