Class NumericRangeCellRenderingCustomizer

    • Field Detail

      • m_Ranges

        protected BaseInterval[] m_Ranges
        the intervals.
      • m_Highlight

        protected Color m_Highlight
        the color to use for highlighting.
    • Constructor Detail

      • NumericRangeCellRenderingCustomizer

        public NumericRangeCellRenderingCustomizer()
    • Method Detail

      • setColumns

        public void setColumns​(SpreadSheetColumnRange value)
        Sets the range of columns to apply the renderer to.
        Parameters:
        value - the range
      • getColumns

        public SpreadSheetColumnRange getColumns()
        Returns the range of columns to apply the renderer to.
        Returns:
        the range
      • columnsTipText

        public String columnsTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setRanges

        public void setRanges​(BaseInterval[] value)
        Sets the intervals.
        Parameters:
        value - the intervals
      • getRanges

        public BaseInterval[] getRanges()
        Returns the intervals.
        Returns:
        the intervals
      • rangesTipText

        public String rangesTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui
      • setHighlight

        public void setHighlight​(Color value)
        Sets the color to use as background for the matching cells.
        Parameters:
        value - the color
      • getHighlight

        public Color getHighlight()
        Returns the color to use as background for the matching cells.
        Returns:
        the color
      • highlightTipText

        public String highlightTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the gui