Class IntSelection

    • Constructor Detail

      • IntSelection

        public IntSelection(int x1,
                            int x2,
                            int y1,
                            int y2)
        Create new integer selection.
        Parameters:
        x1 - the first x value.
        x2 - the second x value.
        y1 - the first y value.
        y2 - the second y value.
    • Method Detail

      • getWidth

        public int getWidth()
        Returns:
        the width of the selection.
      • getHeight

        public int getHeight()
        Returns:
        the height of the selection.