java.awt
Class Rectangle

java.lang.Object
  extended by java.awt.Rectangle

public class Rectangle
extends Object

Minimal Rectangle implementation.

Author:
Lawrie Griffiths

Field Summary
 int height
           
 int width
           
 int x
           
 int y
           
 
Constructor Summary
Rectangle(int x, int y, int width, int height)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Field Detail

height

public int height

width

public int width

x

public int x

y

public int y
Constructor Detail

Rectangle

public Rectangle(int x,
                 int y,
                 int width,
                 int height)