Class mxIGraphModel.mxAtomicGraphModelChange

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected mxIGraphModel model
      Holds the model where the change happened.
    • Method Summary

      Modifier and Type Method Description
      abstract void execute()
      Executes the change on the model.
      mxIGraphModel getModel()
      Returns the model where the change happened.
      void setModel​(mxIGraphModel model)
      Sets the model where the change is to be carried out.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • model

        protected mxIGraphModel model
        Holds the model where the change happened.
    • Constructor Detail

      • mxAtomicGraphModelChange

        public mxAtomicGraphModelChange()
        Constructs an empty atomic graph model change.
      • mxAtomicGraphModelChange

        public mxAtomicGraphModelChange​(mxIGraphModel model)
        Constructs an atomic graph model change for the given model.
    • Method Detail

      • getModel

        public mxIGraphModel getModel()
        Returns the model where the change happened.
      • setModel

        public void setModel​(mxIGraphModel model)
        Sets the model where the change is to be carried out.