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