Class Combined

    • Field Detail

      • m_AnnotationsColor

        protected Color m_AnnotationsColor
        the color for the annotations.
      • m_PredictionsColor

        protected Color m_PredictionsColor
        the color for the predictions.
      • m_ObjectOverlap

        protected ObjectOverlap m_ObjectOverlap
        the algorithm for calculating the overlapping objects.
      • m_OverlapColorCorrect

        protected Color m_OverlapColorCorrect
        the color for the correct overlaps.
      • m_OverlapColorIncorrect

        protected Color m_OverlapColorIncorrect
        the color for the incorrect overlaps.
      • m_LabelFormat

        protected String m_LabelFormat
        the label format.
      • m_LabelFont

        protected Font m_LabelFont
        the label font.
      • m_Zoom

        protected double m_Zoom
        the zoom level.
    • Constructor Detail

      • Combined

        public Combined()
    • Method Detail

      • setAnnotationsColor

        public void setAnnotationsColor​(Color value)
        Sets the color to use for the annotations.
        Parameters:
        value - the color
      • getAnnotationsColor

        public Color getAnnotationsColor()
        Returns the color to use for the annotations.
        Returns:
        the color
      • annotationsColorTipText

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

        public void setPredictionsColor​(Color value)
        Sets the color to use for the predictions.
        Parameters:
        value - the color
      • getPredictionsColor

        public Color getPredictionsColor()
        Returns the color to use for the predictions.
        Returns:
        the color
      • predictionsColorTipText

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

        public void setObjectOverlap​(ObjectOverlap value)
        Sets the algorithm to use for determining overlapping objects.
        Parameters:
        value - the algorithm
      • getObjectOverlap

        public ObjectOverlap getObjectOverlap()
        Returns the algorithm to use for determining overlapping objects.
        Returns:
        the algorithm
      • objectOverlapTipText

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

        public void setOverlapColorCorrect​(Color value)
        Sets the color to use for the overlapping objects with matching labels.
        Parameters:
        value - the color
      • getOverlapColorCorrect

        public Color getOverlapColorCorrect()
        Returns the color to use for the overlapping objects with matching labels.
        Returns:
        the color
      • overlapColorCorrectTipText

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

        public void setOverlapColorIncorrect​(Color value)
        Sets the color to use for the overlapping objects with matching labels.
        Parameters:
        value - the color
      • getOverlapColorIncorrect

        public Color getOverlapColorIncorrect()
        Returns the color to use for the overlapping objects with matching labels.
        Returns:
        the color
      • overlapColorIncorrectTipText

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

        public void setLabelFormat​(String value)
        Sets the label format.
        Parameters:
        value - the label format
      • getLabelFormat

        public String getLabelFormat()
        Returns the label format.
        Returns:
        the label format
      • labelFormatTipText

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

        public void setLabelFont​(Font value)
        Sets the label font.
        Parameters:
        value - the label font
      • getLabelFont

        public Font getLabelFont()
        Returns the label font.
        Returns:
        the label font
      • labelFontTipText

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

        public void setZoom​(double value)
        Sets the zoom level in percent (0-1600).
        Parameters:
        value - the zoom, -1 to fit window, or 0-1600
      • getZoom

        public double getZoom()
        Returns the zoom level in percent.
        Returns:
        the zoom
      • zoomTipText

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