Class BoofCVDetectLineSegmentsImageOverlay

    • Field Detail

      • m_Color

        protected Color m_Color
        the line color.
      • m_Lines

        protected SpreadSheet m_Lines
        the sheet with the line definitions.
    • Constructor Detail

      • BoofCVDetectLineSegmentsImageOverlay

        public BoofCVDetectLineSegmentsImageOverlay()
    • Method Detail

      • setColor

        public void setColor​(Color value)
        Sets the color for the lines.
        Parameters:
        value - the color
      • getColor

        public Color getColor()
        Returns the color for the lines.
        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.
      • setLines

        public void setLines​(SpreadSheet value)
        Sets the spreadsheet with the lines data.
        Parameters:
        value - the data
      • getLines

        public SpreadSheet getLines()
        Returns the current spreadsheet with lines data.
        Returns:
        the data, null if none set