Class PredictionTrend

    • Field Detail

      • m_ColorProvider

        protected ColorProvider m_ColorProvider
        the color provider to use.
      • m_Watermark

        protected Watermark m_Watermark
        the watermark to use.
    • Constructor Detail

      • PredictionTrend

        public PredictionTrend()
    • Method Detail

      • getDefaultPaintlet

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

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

        public XYSequencePaintlet getPaintlet()
        Returns the paintlet to use for the plot.
        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.
      • getDefaultColorProvider

        protected ColorProvider getDefaultColorProvider()
        Returns the default color provider to use.
        Returns:
        the default
      • colorProviderTipText

        public String colorProviderTipText()
        Returns the tip text for this property.
        Specified by:
        colorProviderTipText in interface ColorProviderHandler
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setWatermark

        public void setWatermark​(Watermark value)
        Sets the watermark to use.
        Parameters:
        value - the watermark
      • getWatermark

        public Watermark getWatermark()
        Returns the watermark to use.
        Returns:
        the watermark
      • watermarkTipText

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