Class AbstractZScoreOverlay

    • Field Detail

      • m_Parent

        protected ZScore m_Parent
        parent z score plot to plot data on
      • m_Data

        protected SpreadSheet m_Data
        Instances object containing the data
      • m_Color

        protected Color m_Color
        colour to draw the overlay line
      • m_Thickness

        protected float m_Thickness
        Thickness of overlay
    • Constructor Detail

      • AbstractZScoreOverlay

        public AbstractZScoreOverlay()
    • Method Detail

      • setThickness

        public void setThickness​(float val)
        Set the thickness of the overlay
        Parameters:
        val - Thickness in pixels
      • getThickness

        public float getThickness()
        Get the thickness of the overlay
        Returns:
        Thickness in pixels
      • thicknessTipText

        public String thicknessTipText()
        Return a tip text for the thickness property
        Returns:
        Tip text string
      • setUp

        public abstract void setUp()
        set up the overlay and it's paintlet
      • getParent

        protected ZScore getParent()
        get the parent of the overlay
        Returns:
        parent z score plot
      • setParent

        public void setParent​(ZScore val)
        set the parent for the overlay
        Parameters:
        val - parent z score plot
      • setData

        public void setData​(SpreadSheet value)
        Set the instances for the overlay
        Parameters:
        value - Instances for plotting
      • getPaintlet

        public AbstractZOverlayPaintlet getPaintlet()
        get the paintlet used to plot the overlay
        Returns:
        Paintlet used
      • shallowCopy

        public AbstractZScoreOverlay shallowCopy()
        create a shallow copy of an overlay
        Returns:
        Copy of the overlay
      • shallowCopy

        public AbstractZScoreOverlay shallowCopy​(boolean expand)
        create a shallow copy of an overlay
        Parameters:
        expand - whether to expand variables to their current values
        Returns:
        Copy of the overlay
      • shortName

        public abstract String shortName()
        Return a short name for the overlay to display in the key
        Returns:
      • setColor

        public void setColor​(Color val)
        Set the color of the overlay
        Parameters:
        val - Color for the overlay
      • getColor

        public Color getColor()
        get the color of the overlay
        Returns:
        Color of overlay
      • colorTipText

        public String colorTipText()
        Tip text for the color property
        Returns:
        String to describe this property