|
mxGraph 2.5.0.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.mxgraph.view.mxTemporaryCellStates
public class mxTemporaryCellStates
Field Summary | |
---|---|
protected mxRectangle |
oldBounds
|
protected double |
oldScale
|
protected Hashtable<Object,mxCellState> |
oldStates
|
protected mxGraphView |
view
|
Constructor Summary | |
---|---|
mxTemporaryCellStates(mxGraphView view)
Constructs a new temporary cell states instance. |
|
mxTemporaryCellStates(mxGraphView view,
double scale)
Constructs a new temporary cell states instance. |
|
mxTemporaryCellStates(mxGraphView view,
double scale,
Object[] cells)
Constructs a new temporary cell states instance. |
Method Summary | |
---|---|
void |
destroy()
Destroys the cell states and restores the state of the graph view. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected mxGraphView view
protected Hashtable<Object,mxCellState> oldStates
protected mxRectangle oldBounds
protected double oldScale
Constructor Detail |
---|
public mxTemporaryCellStates(mxGraphView view)
public mxTemporaryCellStates(mxGraphView view, double scale)
public mxTemporaryCellStates(mxGraphView view, double scale, Object[] cells)
Method Detail |
---|
public void destroy()
|
mxGraph 2.5.0.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |