Interface WritableRectangle

    • Method Detail

      • setBounds

        void setBounds​(int x,
                       int y,
                       int width,
                       int height)
        Sets the bounds of the rectangle
        Parameters:
        x - Position of rectangle on x axis
        y - Position of rectangle on y axis
        width - Width of rectangle
        height - Height of rectangle
      • setBounds

        void setBounds​(ReadableRectangle src)
        Sets the bounds of the rectangle
        Parameters:
        src -