Class SamplePlot

    • Constructor Detail

      • SamplePlot

        public SamplePlot()
    • Method Detail

      • setStatistic

        public void setStatistic​(CenterStatistic value)
        Sets the statistic to output.
        Parameters:
        value - the statistic
      • getStatistic

        public CenterStatistic getStatistic()
        Returns the statistic to output.
        Returns:
        the statistic
      • statisticTipText

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

        public void setLower​(LowerStatistic value)
        Sets the lower value to output.
        Parameters:
        value - the lower value
      • getLower

        public LowerStatistic getLower()
        Returns the lower value to output.
        Returns:
        the lower value
      • lowerTipText

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

        public void setUpper​(UpperStatistic value)
        Sets the upper value to output.
        Parameters:
        value - the upper value
      • getUpper

        public UpperStatistic getUpper()
        Returns the upper value to output.
        Returns:
        the upper value
      • upperTipText

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

        protected XYSequencePaintlet getDefaultPaintlet()
        Returns the default paintlet to use.
        Returns:
        the default
      • setPaintlet

        public void setPaintlet​(XYSequencePaintlet value)
        Sets the paintlet to use.
        Parameters:
        value - the paintlet
      • getPaintlet

        public XYSequencePaintlet getPaintlet()
        Returns the paintlet to use.
        Returns:
        the paintlet
      • paintletTipText

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

        protected AbstractErrorPaintlet getDefaultRangePaintlet()
        Returns the default paintlet to use for the lower/upper statistics.
        Returns:
        the default
      • setRangePaintlet

        public void setRangePaintlet​(AbstractErrorPaintlet value)
        Sets the paintlet to use for the lower/upper statistics.
        Parameters:
        value - the paintlet
      • getRangePaintlet

        public AbstractErrorPaintlet getRangePaintlet()
        Returns the paintlet to use for the lower/upper statistics.
        Returns:
        the paintlet
      • rangePaintletTipText

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

        protected AxisPanelOptions getDefaultAxisX()
        Returns the setup for the X axis.
        Returns:
        the setup
      • setAxisX

        public void setAxisX​(AxisPanelOptions value)
        Sets the setup for the X axis.
        Parameters:
        value - the setup
      • getAxisX

        public AxisPanelOptions getAxisX()
        Returns the setup for the X axis.
        Returns:
        the setup
      • axisXTipText

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

        protected AxisPanelOptions getDefaultAxisY()
        Returns the setup for the Y axis.
        Returns:
        the setup
      • setAxisY

        public void setAxisY​(AxisPanelOptions value)
        Sets the setup for the Y axis.
        Parameters:
        value - the setup
      • getAxisY

        public AxisPanelOptions getAxisY()
        Returns the setup for the Y axis.
        Returns:
        the setup
      • axisYTipText

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