Class StdDevOverlayPaintlet

    • Field Detail

      • m_Factor

        protected double m_Factor
        the factor to multiply the standard deviation with.
      • m_IsSample

        protected boolean m_IsSample
        whether the arrays are samples or populations.
    • Constructor Detail

      • StdDevOverlayPaintlet

        public StdDevOverlayPaintlet()
    • Method Detail

      • setFactor

        public void setFactor​(double value)
        Sets the factor to multiply the standard deviation with.
        Parameters:
        value - the factor
      • getFactor

        public double getFactor()
        Returns the factor to multiply the standard deviation with.
        Returns:
        the factor
      • factorTipText

        public String factorTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setIsSample

        public void setIsSample​(boolean value)
        Sets whether the data represent samples instead of populations.
        Parameters:
        value - true if data are samples and not populations
      • getIsSample

        public boolean getIsSample()
        Returns whether the data represent samples instead of populations.
        Returns:
        true if data are samples and not populations
      • isSampleTipText

        public String isSampleTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • doDrawCustomData

        protected void doDrawCustomData​(Graphics g,
                                        PaintEvent.PaintMoment moment,
                                        XYSequence data,
                                        Color color)
        Draws the custom data with the given color.
        Parameters:
        g - the graphics context
        moment - the paint moment
        data - the data to draw
        color - the color to draw in