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.
|
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 Gaudenz Alder, David Benson. All rights reserved.