Class ClipBoundingBoxes

    • Field Detail

      • m_Width

        protected int m_Width
        the image width to use.
      • m_Height

        protected int m_Height
        the image height to use.
    • Constructor Detail

      • ClipBoundingBoxes

        public ClipBoundingBoxes()
    • Method Detail

      • setWidth

        public void setWidth​(int value)
        Sets the width of the image to use.
        Parameters:
        value - the image width
      • getWidth

        public int getWidth()
        Returns the width of the image to use.
        Returns:
        the image width
      • widthTipText

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

        public void setHeight​(int value)
        Sets the height of the image to use.
        Parameters:
        value - the image height
      • getHeight

        public int getHeight()
        Returns the height of the image to use.
        Returns:
        the image height
      • heightTipText

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