kAWT Version 0.60

java.awt
Class Rectangle

java.awt.Rectangle

public class Rectangle


Field Summary
 int height
           
 int width
           
 int x
           
 int y
           
 
Constructor Summary
Rectangle(int x, int y, int width, int height)
           
 
Method Summary
 void add(Rectangle r)
           
 Rectangle intersection(Rectangle r)
           
 

Field Detail

x

public int x

y

public int y

width

public int width

height

public int height
Constructor Detail

Rectangle

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

add

public void add(Rectangle r)

intersection

public Rectangle intersection(Rectangle r)

kAWT Version 0.60