Java Platform 1.2
Beta 4

Uses of Package
java.awt.geom

Packages that use java.awt.geom
com.sun.java.swing.plaf Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.  
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images.  
java.awt.font Provides classes and interface relating to fonts.  
java.awt.geom Provides the Java 2D classes for defining and performing operations on objects related to two-dimensional geometry.  
java.awt.image Provides classes for creating and modifying images.  
java.awt.image.renderable Provides classes and interfaces for producing rendering-independent images.  
 

Classes in java.awt.geom used by com.sun.java.swing.plaf
Dimension2D
          A class to encapsulate a width and a height Dimension.
 

Classes in java.awt.geom used by java.awt
AffineTransform
          This class represents a 2D affine transform which performs a linear mapping from 2D coordinates to other 2D coordinates in a manner which preserves the "straightness" and "parallelness" of lines.
Dimension2D
          A class to encapsulate a width and a height Dimension.
PathIterator
          The iteration interface for objects which traverse the geometric outline of the boundary of an object which implements the Shape interface.
Point2D
          A point representing a location in (x, y) coordinate space.
Rectangle2D
          A rectangle defined by a location (x, y) and dimension (w x h).
RectangularShape
          The base class for a number of shapes whose geometry is defined by a rectangular frame.
 

Classes in java.awt.geom used by java.awt.font
AffineTransform
          This class represents a 2D affine transform which performs a linear mapping from 2D coordinates to other 2D coordinates in a manner which preserves the "straightness" and "parallelness" of lines.
Point2D
          A point representing a location in (x, y) coordinate space.
Rectangle2D
          A rectangle defined by a location (x, y) and dimension (w x h).
 

Classes in java.awt.geom used by java.awt.geom
AffineTransform
          This class represents a 2D affine transform which performs a linear mapping from 2D coordinates to other 2D coordinates in a manner which preserves the "straightness" and "parallelness" of lines.
Arc2D
          An arc defined by a bounding rectangle, start angle and angular extent, and a closure type (one of OPEN, CHORD, or PIE).
Area
          Area is a device-independent specification of an arbitrarily-shaped area.
CubicCurve2D
          A cubic parametric curve segment in (x, y) coordinate space.
Dimension2D
          A class to encapsulate a width and a height Dimension.
Ellipse2D
          An ellipse defined by a bounding rectangle.
Line2D
          A line segment in (x, y) coordinate space.
NoninvertibleTransformException
          This exception is thrown if an operation is performed requiring the inverse of a Transform object and the Transform is not invertible.
PathIterator
          The iteration interface for objects which traverse the geometric outline of the boundary of an object which implements the Shape interface.
Point2D
          A point representing a location in (x, y) coordinate space.
QuadCurve2D
          A quadratic parametric curve segment in (x, y) coordinate space.
Rectangle2D
          A rectangle defined by a location (x, y) and dimension (w x h).
RectangularShape
          The base class for a number of shapes whose geometry is defined by a rectangular frame.
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.
 

Classes in java.awt.geom used by java.awt.image
AffineTransform
          This class represents a 2D affine transform which performs a linear mapping from 2D coordinates to other 2D coordinates in a manner which preserves the "straightness" and "parallelness" of lines.
Point2D
          A point representing a location in (x, y) coordinate space.
Rectangle2D
          A rectangle defined by a location (x, y) and dimension (w x h).
 

Classes in java.awt.geom used by java.awt.image.renderable
AffineTransform
          This class represents a 2D affine transform which performs a linear mapping from 2D coordinates to other 2D coordinates in a manner which preserves the "straightness" and "parallelness" of lines.
Rectangle2D
          A rectangle defined by a location (x, y) and dimension (w x h).
 


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.