Class ScatterPlotSimple

    • Constructor Detail

      • ScatterPlotSimple

        public ScatterPlotSimple()
    • Method Detail

      • initGUI

        protected void initGUI()
        Description copied from class: BasePanel
        For initializing the GUI.
        Overrides:
        initGUI in class BasePanel
      • removeOverlays

        protected void removeOverlays​(HashSet<String> val)
        removes existing overlays
        Parameters:
        val - hash set of the overlays to delete
      • removeAllOverlays

        protected void removeAllOverlays()
      • addOverlay

        protected void addOverlay​(AbstractScatterPlotOverlay val)
        Add overlay to the list of overlays
        Parameters:
        val - overlay to add