Interface ItemWidget

    • Method Detail

      • getIndex

        int getIndex()
        Gets the index of this item widget.
        Returns:
        int
      • getX

        int getX()
        Gets the x-coordinate of this item on screen.
        Returns:
        int
      • getY

        int getY()
        Gets the y-coordinate of this item on screen.
        Returns:
        int
      • getLocation

        default java.awt.Point getLocation()
        Gets the x and y-coordinate of this item on screen.
        Returns:
        Point
      • getWidth

        int getWidth()
        Gets the width of this item on screen.
        Returns:
        int
      • getHeight

        int getHeight()
        Gets the height of this item on screen.
        Returns:
        int
      • getBounds

        default java.awt.Rectangle getBounds()
        Gets the bounding rectangle of this item.
        Returns:
        Rectangle, if not visible, this returns a Rectangle with its properties set to -1