Class ClassifierErrors

    • Field Detail

      • m_CircleFillColor

        protected Color m_CircleFillColor
        the circle fill color.
      • m_CircleSize

        protected int m_CircleSize
        the circle size.
      • m_BorderColor

        protected Color m_BorderColor
        the border color.
      • m_BorderThickness

        protected double m_BorderThickness
        the thickness of the border.
      • m_ShowLegend

        protected boolean m_ShowLegend
        whether to show the legend.
    • Constructor Detail

      • ClassifierErrors

        public ClassifierErrors()
    • Method Detail

      • setCircleFillColor

        public void setCircleFillColor​(Color value)
        Sets the fill color of the circle.
        Parameters:
        value - the color
      • getCircleFillColor

        public Color getCircleFillColor()
        Returns the fill color of the circle.
        Returns:
        the color
      • circleFillColorTipText

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

        public void setCircleSize​(int value)
        Sets the size of the circles.
        Parameters:
        value - the size
      • getCircleSize

        public int getCircleSize()
        Returns the size of the circles.
        Returns:
        the size
      • circleSizeTipText

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

        public void setBorderColor​(Color value)
        Sets the border color of the circle.
        Parameters:
        value - the color
      • getBorderColor

        public Color getBorderColor()
        Returns the border color of the circle.
        Returns:
        the color
      • borderColorTipText

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

        public void setBorderThickness​(double value)
        Sets the thickness of the circle border.
        Parameters:
        value - the thickness
      • getBorderThickness

        public double getBorderThickness()
        Returns the thickness of the circle border.
        Returns:
        the thickness
      • borderThicknessTipText

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

        public void setShowLegend​(boolean value)
        Sets whether to show the legend.
        Parameters:
        value - true if to show
      • getShowLegend

        public boolean getShowLegend()
        Returns whether to show the legend.
        Returns:
        true if to show
      • showLegendTipText

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