Interface WritableRectangle

All Superinterfaces:
WritableDimension, WritablePoint
All Known Implementing Classes:
Rectangle

public interface WritableRectangle extends WritablePoint, WritableDimension
Write interface for Rectangles
Version:
$Revision$ $Id$
Author:
$Author$
  • Method Details

    • 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(ReadablePoint location, ReadableDimension size)
      Sets the bounds of the rectangle
      Parameters:
      location -
      size -
    • setBounds

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