Uses of Class
com.incrediblesoft.redjey.Rectangle

Packages that use Rectangle
com.incrediblesoft.redjey   
com.incrediblesoft.redjey.event   
 

Uses of Rectangle in com.incrediblesoft.redjey
 

Methods in com.incrediblesoft.redjey that return Rectangle
 Rectangle Component.getAbsoluteRect()
           
 Rectangle Component.getBounds()
           
 Rectangle Rectangle.intersection(Rectangle r)
          Computes the intersection of this Rectangle with the specified Rectangle.
 Rectangle Rectangle.union(Rectangle r)
          Computes the union of this Rectangle with the specified Rectangle.
 

Methods in com.incrediblesoft.redjey with parameters of type Rectangle
 boolean Rectangle.contains(Rectangle rect)
           
static boolean Rectangle.inside(Rectangle rect, int X, int Y)
           
 Rectangle Rectangle.intersection(Rectangle r)
          Computes the intersection of this Rectangle with the specified Rectangle.
 boolean Rectangle.intersects(Rectangle r)
           
static boolean Rectangle.Intersects(Rectangle r1, Rectangle r2)
           
 Rectangle Rectangle.union(Rectangle r)
          Computes the union of this Rectangle with the specified Rectangle.
 

Constructors in com.incrediblesoft.redjey with parameters of type Rectangle
Rectangle(Rectangle rect)
           
 

Uses of Rectangle in com.incrediblesoft.redjey.event
 

Methods in com.incrediblesoft.redjey.event that return Rectangle
 Rectangle PaintEvent.getUpdateRect()
           
 

Methods in com.incrediblesoft.redjey.event with parameters of type Rectangle
 void PaintEvent.setUpdateRect(Rectangle rect)
           
 

Constructors in com.incrediblesoft.redjey.event with parameters of type Rectangle
PaintEvent(Component source, Rectangle updateRect)