Class SelectedTimestampPaintlet

    • Field Detail

      • m_Color

        protected Color m_Color
        the color to paint the point with.
    • Constructor Detail

      • SelectedTimestampPaintlet

        public SelectedTimestampPaintlet()
    • Method Detail

      • setPoint

        public void setPoint​(TimeseriesPoint value)
        Sets the point to highlight, automatically repaints the panel.
        Parameters:
        value - the point to highlight
      • getPoint

        public TimeseriesPoint getPoint()
        Returns the currently set point to highlight.
        Returns:
        the point
      • setColor

        public void setColor​(Color value)
        Sets the color to paint the point with.
        Parameters:
        value - the color
      • getColor

        public Color getColor()
        Returns the currently set color to paint the point with.
        Returns:
        the color
      • colorTipText

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