Java Platform 1.2
Beta 4

Uses of Class
java.awt.geom.RectangularShape

Packages that use RectangularShape
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.  
java.awt.geom Provides the Java 2D classes for defining and performing operations on objects related to two-dimensional geometry.  
 

Uses of RectangularShape in java.awt
 

Subclasses of RectangularShape in java.awt
  Rectangle
          A rectangle specifies an area in a coordinate space that is defined by the rectangle's top-left point (xy) in the coordinate space, its width, and its height.
 

Uses of RectangularShape in java.awt.geom
 

Subclasses of RectangularShape in java.awt.geom
  Arc2D
          An arc defined by a bounding rectangle, start angle and angular extent, and a closure type (one of OPEN, CHORD, or PIE).
static  Arc2D.Double
          An arc specified in double precision,
static  Arc2D.Float
          An arc specified in float precision,
  Ellipse2D
          An ellipse defined by a bounding rectangle.
static  Ellipse2D.Double
          An ellipse specified in double precision.
static  Ellipse2D.Float
          An ellipse specified in float precision.
  Rectangle2D
          A rectangle defined by a location (x, y) and dimension (w x h).
static  Rectangle2D.Double
          A rectangle specified in double coordinates.
static  Rectangle2D.Float
          A rectangle specified in float coordinates.
  RoundRectangle2D
          A rectangle with rounded corners defined by a location (x, y), a dimension (w x h), and the width and height of an arc to round the corners with.
static  RoundRectangle2D.Double
          A rectangle with rounded corners all specified in double coordinates.
static  RoundRectangle2D.Float
          A rectangle with rounded corners all specified in float coordinates.
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.