Class Analysis

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isVisible()
      Gets whether the analysis is visible.
      void setVisible​(boolean visible)
      Sets whether the analysis should be visible.
      • Methods inherited from class java.lang.Object

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

      • isVisible

        public boolean isVisible()
        Gets whether the analysis is visible.
        Returns:
        true if the analysis is visible, otherwise false
        Since:
        100.2.0
      • setVisible

        public void setVisible​(boolean visible)
        Sets whether the analysis should be visible.
        Parameters:
        visible - true if the analysis should be visible, otherwise false
        Since:
        100.2.0