Class AbstractDataContainerZoomOverviewPaintlet<P extends DataContainerPanel>

    • Field Detail

      • m_HighlightColor

        protected Color m_HighlightColor
        the background color.
    • Constructor Detail

      • AbstractDataContainerZoomOverviewPaintlet

        public AbstractDataContainerZoomOverviewPaintlet()
    • Method Detail

      • setHighlightColor

        public void setHighlightColor​(Color value)
        Sets the color for the zoom highlight.
        Parameters:
        value - the color
      • getHighlightColor

        public Color getHighlightColor()
        Returns the color for the zoom highlight.
        Returns:
        the color
      • backgroundColorTipText

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

        protected abstract P getContainerPanel()
        Returns the panel to obtain plot and containers from.
        Returns:
        the panel