public class mxTemporaryCellStates extends Object
Modifier and Type | Field and Description |
---|---|
protected mxRectangle |
oldBounds |
protected double |
oldScale |
protected Hashtable<Object,mxCellState> |
oldStates |
protected mxGraphView |
view |
Constructor and 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,
Object[] cells)
Constructs a new temporary cell states instance.
|
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroys the cell states and restores the state of the graph view.
|
protected mxGraphView view
protected Hashtable<Object,mxCellState> oldStates
protected mxRectangle oldBounds
protected double oldScale
public mxTemporaryCellStates(mxGraphView view)
public mxTemporaryCellStates(mxGraphView view, double scale)
public mxTemporaryCellStates(mxGraphView view, double scale, Object[] cells)
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.