Class AnalysisOverlay

    • Constructor Summary

      Constructors 
      Constructor Description
      AnalysisOverlay()
      Creates an instance of AnalysisOverlay.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Analysis> getAnalyses()
      Gets a modifiable list of analysis in this overlay.
      boolean isVisible()
      Indicates whether all analyses in this overlay are visible.
      void setVisible​(boolean visible)
      Sets whether all analyses in this overlay should be visible.
      • Methods inherited from class java.lang.Object

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

      • AnalysisOverlay

        public AnalysisOverlay()
        Creates an instance of AnalysisOverlay.
        Since:
        100.2.0
    • Method Detail

      • getAnalyses

        public java.util.List<Analysis> getAnalyses()
        Gets a modifiable list of analysis in this overlay.
        Returns:
        a modifiable list of analysis in this overlay
        Since:
        100.2.0
      • isVisible

        public boolean isVisible()
        Indicates whether all analyses in this overlay are visible.
        Returns:
        true if all analyses in this overlay are visible, otherwise false
        Since:
        100.2.0
      • setVisible

        public void setVisible​(boolean visible)
        Sets whether all analyses in this overlay should be visible.
        Parameters:
        visible - true if all analyses in this overlay should be visible, otherwise false
        Since:
        100.2.0