Class FixedBoundingBox

    • Field Detail

      • m_Width

        protected int m_Width
        the width.
      • m_Height

        protected int m_Height
        the height.
    • Constructor Detail

      • FixedBoundingBox

        public FixedBoundingBox()
    • Method Detail

      • setWidth

        public void setWidth​(int value)
        Sets the width of the bounding box.
        Parameters:
        value - the width
      • getWidth

        public int getWidth()
        Returns the width of the bounding box.
        Returns:
        the 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 bounding box.
        Parameters:
        value - the height
      • getHeight

        public int getHeight()
        Returns the height of the bounding box.
        Returns:
        the 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.
      • doProcessClick

        protected void doProcessClick​(ImagePanel panel,
                                      Point position,
                                      int modifiersEx)
        Process the click that occurred in the image panel.
        Specified by:
        doProcessClick in class AbstractLeftClickProcessor
        Parameters:
        panel - the origin
        position - the position of the click
        modifiersEx - the associated modifiers