Class mxGraphModel.mxVisibleChange

    • Field Detail

      • cell

        protected java.lang.Object cell
      • visible

        protected boolean visible
      • previous

        protected boolean previous
    • Constructor Detail

      • mxVisibleChange

        public mxVisibleChange()
      • mxVisibleChange

        public mxVisibleChange​(mxGraphModel model,
                               java.lang.Object cell,
                               boolean visible)
    • Method Detail

      • setCell

        public void setCell​(java.lang.Object value)
      • getCell

        public java.lang.Object getCell()
        Returns:
        the cell
      • setVisible

        public void setVisible​(boolean value)
      • isVisible

        public boolean isVisible()
        Returns:
        the visible
      • setPrevious

        public void setPrevious​(boolean value)
      • getPrevious

        public boolean getPrevious()
        Returns:
        the previous