Uses of Class
com.javaranch.common.IRect

Packages that use IRect
com.javaranch.common   
 

Uses of IRect in com.javaranch.common
 

Methods in com.javaranch.common that return IRect
static IRect AWT.drawBeveledRect(java.awt.Graphics g, IRect r, java.awt.Color topColor, java.awt.Color rightColor, java.awt.Color bottomColor, java.awt.Color leftColor, int borderThickness)
          Draw a beveled rectangle.
 

Methods in com.javaranch.common with parameters of type IRect
 boolean IRect.equals(IRect r)
          Are the two IRect objects at the same location and the same size.
 void IRect.set(IRect r)
          Set this object to be equal to another IRect object.
static boolean IRect.PointOnRect(IPoint p, IRect r)
          Does the given point touch the given rectangle.
static boolean IRect.RectOnRect(IRect r1, IRect r2)
          Do these two rectangles touch.
static boolean IRect.RectOnRect(IRect r1, IRect r2)
          Do these two rectangles touch.
static IRect AWT.drawBeveledRect(java.awt.Graphics g, IRect r, java.awt.Color topColor, java.awt.Color rightColor, java.awt.Color bottomColor, java.awt.Color leftColor, int borderThickness)
          Draw a beveled rectangle.
 

Constructors in com.javaranch.common with parameters of type IRect
IRect(IRect r)
          Create an IRect object with the same size and location as another IRect object.
 



Copyright ©2004 Paul Wheaton All Rights Reserved