Package com.mxgraph.view
Class mxTemporaryCellStates
- java.lang.Object
-
- com.mxgraph.view.mxTemporaryCellStates
-
public class mxTemporaryCellStates extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected mxRectangle
oldBounds
protected double
oldScale
protected java.util.Hashtable<java.lang.Object,mxCellState>
oldStates
protected mxGraphView
view
-
Constructor Summary
Constructors Constructor Description 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, java.lang.Object[] cells)
Constructs a new temporary cell states instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
Destroys the cell states and restores the state of the graph view.
-
-
-
Field Detail
-
view
protected mxGraphView view
-
oldStates
protected java.util.Hashtable<java.lang.Object,mxCellState> oldStates
-
oldBounds
protected mxRectangle oldBounds
-
oldScale
protected double oldScale
-
-
Constructor Detail
-
mxTemporaryCellStates
public mxTemporaryCellStates(mxGraphView view)
Constructs a new temporary cell states instance.
-
mxTemporaryCellStates
public mxTemporaryCellStates(mxGraphView view, double scale)
Constructs a new temporary cell states instance.
-
mxTemporaryCellStates
public mxTemporaryCellStates(mxGraphView view, double scale, java.lang.Object[] cells)
Constructs a new temporary cell states instance.
-
-