Package com.mxgraph.view
Class mxTemporaryCellStates
java.lang.Object
com.mxgraph.view.mxTemporaryCellStates
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected mxRectangle
protected double
protected Hashtable
<Object, mxCellState> protected mxGraphView
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs 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
Modifier and TypeMethodDescriptionvoid
destroy()
Destroys the cell states and restores the state of the graph view.
-
Field Details
-
view
-
oldStates
-
oldBounds
-
oldScale
protected double oldScale
-
-
Constructor Details
-
mxTemporaryCellStates
Constructs a new temporary cell states instance. -
mxTemporaryCellStates
Constructs a new temporary cell states instance. -
mxTemporaryCellStates
Constructs a new temporary cell states instance.
-
-
Method Details
-
destroy
public void destroy()Destroys the cell states and restores the state of the graph view.
-