Class mxTemporaryCellStates


  • public class mxTemporaryCellStates
    extends java.lang.Object
    • Field Detail

      • oldStates

        protected java.util.Hashtable<java.lang.Object,​mxCellState> oldStates
      • 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,
                                     java.lang.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.