Uses of Class
java.awt.Rectangle

Packages that use Rectangle
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
java.awt.event Provides interfaces and classes for dealing with different types of events fired by AWT components. 
java.awt.im Provides classes and interfaces for the input method framework. 
javax.tv.media   
org.dvb.media Provides DVB specific extensions to the Java Media Framework. 
org.havi.ui   
 

Uses of Rectangle in java.awt
 

Methods in java.awt that return Rectangle
 Rectangle Component.getBounds()
          Gets the bounds of this component in the form of a Rectangle object.
 Rectangle Shape.getBounds()
          Returns an integer Rectangle that completely encloses the Shape.
abstract  Rectangle GraphicsConfiguration.getBounds()
          Returns the bounds of the GraphicsConfiguration in the device coordinates.
 Rectangle Rectangle.getBounds()
          Gets the bounding Rectangle of this Rectangle.
 Rectangle Polygon.getBounds()
          Gets the bounding box of this Polygon.
 Rectangle Component.getBounds(Rectangle rv)
          Stores the bounds of this component into "return value" rv and return rv.
abstract  Rectangle Graphics.getClipBounds()
          Returns the bounding rectangle of the current clipping area.
 Rectangle Graphics.getClipBounds(Rectangle r)
          Returns the bounding rectangle of the current clipping area.
 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 java.awt with parameters of type Rectangle
 void Rectangle.add(Rectangle r)
          Adds a Rectangle to this Rectangle.
 boolean Rectangle.contains(Rectangle r)
          Checks whether or not this Rectangle entirely contains the specified Rectangle.
 Rectangle Component.getBounds(Rectangle rv)
          Stores the bounds of this component into "return value" rv and return rv.
 Rectangle Graphics.getClipBounds(Rectangle r)
          Returns the bounding rectangle of the current clipping area.
 Rectangle Rectangle.intersection(Rectangle r)
          Computes the intersection of this Rectangle with the specified Rectangle.
 boolean Rectangle.intersects(Rectangle r)
          Determines whether or not this Rectangle and the specified Rectangle intersect.
 void Component.setBounds(Rectangle r)
          Moves and resizes this component to conform to the new bounding rectangle r.
 void Rectangle.setBounds(Rectangle r)
          Sets the bounding Rectangle of this Rectangle to match the specified Rectangle.
 Rectangle Rectangle.union(Rectangle r)
          Computes the union of this Rectangle with the specified Rectangle.
 

Constructors in java.awt with parameters of type Rectangle
Rectangle(Rectangle r)
          Constructs a new Rectangle, initialized to match the values of the specified Rectangle.
 

Uses of Rectangle in java.awt.event
 

Methods in java.awt.event that return Rectangle
 Rectangle PaintEvent.getUpdateRect()
          Returns the rectangle representing the area which needs to be repainted in response to this event.
 

Methods in java.awt.event with parameters of type Rectangle
 void PaintEvent.setUpdateRect(Rectangle updateRect)
          Sets the rectangle representing the area which needs to be repainted in response to this event.
 

Constructors in java.awt.event with parameters of type Rectangle
PaintEvent(Component source, int id, Rectangle updateRect)
          Constructs a PaintEvent object with the specified source component and type.
 

Uses of Rectangle in java.awt.im
 

Methods in java.awt.im that return Rectangle
 Rectangle InputMethodRequests.getTextLocation(TextHitInfo offset)
          Gets the location of a specified offset in the current composed text, or of the selection in committed text.
 

Uses of Rectangle in javax.tv.media
 

Methods in javax.tv.media that return Rectangle
 Rectangle AWTVideoSize.getDestination()
          Return a copy of the rectangle representing where the video is to be displayed, in the coordinate system of the screen.
 Rectangle AWTVideoSize.getSource()
          Return a copy of the rectangle representing the portion of the source video to display, in the coordinate system of the screen.
 

Constructors in javax.tv.media with parameters of type Rectangle
AWTVideoSize(Rectangle source, Rectangle dest)
          Constructs a new AWTVideoSize instance.
 

Uses of Rectangle in org.dvb.media
 

Methods in org.dvb.media that return Rectangle
 Rectangle VideoTransformation.getClipRegion()
          Gets the clipping region.
 Rectangle VideoPresentationControl.getClipRegion()
          This method returns the area of the decoded video that will be displayed.
 Rectangle VideoPresentationControl.setClipRegion(Rectangle clipRect)
          Set the region of the decoded video that will be displayed.
 

Methods in org.dvb.media with parameters of type Rectangle
 void VideoTransformation.setClipRegion(Rectangle clipRect)
          Sets the clipping region.
 Rectangle VideoPresentationControl.setClipRegion(Rectangle clipRect)
          Set the region of the decoded video that will be displayed.
 

Constructors in org.dvb.media with parameters of type Rectangle
VideoTransformation(Rectangle clipRect, float horizontalScalingFactor, float verticalScalingFactor, HScreenPoint location)
          Creates a VideoTransformation object with the supplied parameters.
 

Uses of Rectangle in org.havi.ui
 

Methods in org.havi.ui that return Rectangle
 Rectangle HGraphicsConfiguration.getPixelCoordinatesHScreenRectangle(HScreenRectangle sr, Container cont)
          Returns a java.awt.Rectangle which contains the graphics (AWT) pixel area for an HScreenRectangle relative to the supplied java.awt.Container.
 

Methods in org.havi.ui with parameters of type Rectangle
 HScreenRectangle HScene.getPixelCoordinatesHScreenRectangle(Rectangle r)
          Returns an HScreenRectangle which corresponds to the graphics (AWT) pixel area specified by the parameter in this HScene.