mxGraph 2.5.0.3


com.mxgraph.view
Class mxTemporaryCellStates

java.lang.Object
  extended by com.mxgraph.view.mxTemporaryCellStates

public class mxTemporaryCellStates
extends Object


Field Summary
protected  mxRectangle oldBounds
           
protected  double oldScale
           
protected  Hashtable<Object,mxCellState> oldStates
           
protected  mxGraphView view
           
 
Constructor Summary
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.
 
Method Summary
 void destroy()
          Destroys the cell states and restores the state of the graph view.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

view

protected mxGraphView view

oldStates

protected Hashtable<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,
                             Object[] cells)
Constructs a new temporary cell states instance.

Method Detail

destroy

public void destroy()
Destroys the cell states and restores the state of the graph view.


mxGraph 2.5.0.3


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.