Class SideBySide

    • Field Detail

      • m_AnnotationsOverlay

        protected ImageOverlay m_AnnotationsOverlay
        the image overlays for the annotations.
      • m_PredictionsOverlay

        protected ImageOverlay m_PredictionsOverlay
        the image overlays for the predictions.
      • m_Zoom

        protected double m_Zoom
        the zoom level.
    • Constructor Detail

      • SideBySide

        public SideBySide()
    • Method Detail

      • setAnnotationsOverlay

        public void setAnnotationsOverlay​(ImageOverlay value)
        Sets the overlay to use for the annotations.
        Parameters:
        value - the overlay
      • getAnnotationsOverlay

        public ImageOverlay getAnnotationsOverlay()
        Returns the overlay to use for the annotations.
        Returns:
        the overlay
      • annotationsOverlayTipText

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

        public void setPredictionsOverlay​(ImageOverlay value)
        Sets the overlay to use for the predictions.
        Parameters:
        value - the overlay
      • getPredictionsOverlay

        public ImageOverlay getPredictionsOverlay()
        Returns the overlay to use for the predictions.
        Returns:
        the overlay
      • predictionsOverlayTipText

        public String predictionsOverlayTipText()
        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.