This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


Package java.awt.geom

Interface Summary
PathIterator The PathIterator interface provides the mechanism for objects that implement the java.awt.Shape interface to return the geometry of their boundary by allowing a caller to retrieve the path of that boundary a segment at a time.
 

Class Summary
AffineTransform The AffineTransform class represents a 2D affine transform that performs a linear mapping from 2D coordinates to other 2D coordinates that preserves the "straightness" and "parallelness" of lines.
Arc2D Arc2D is the abstract superclass for all objects that store a 2D arc defined by a framing rectangle, start angle, angular extent (length of the arc), and a closure type (OPEN, CHORD, or PIE).
Arc2D.Double This class defines an arc specified in precision.
Arc2D.Float This class defines an arc specified in precision.
Area An Area object stores and manipulates a resolution-independent description of an enclosed area of 2-dimensional space.
CubicCurve2D The CubicCurve2D class defines a cubic parametric curve segment in coordinate space.
CubicCurve2D.Double A cubic parametric curve segment specified with coordinates.
CubicCurve2D.Float A cubic parametric curve segment specified with coordinates.
Dimension2D The Dimension2D class is to encapsulate a width and a height dimension.
Ellipse2D The Ellipse2D class describes an ellipse that is defined by a framing rectangle.
Ellipse2D.Double The Double class defines an ellipse specified in double precision.
Ellipse2D.Float The Float class defines an ellipse specified in float precision.
FlatteningPathIterator The FlatteningPathIterator class returns a flattened view of another java.awt.geom.PathIterator object.
GeneralPath The class represents a geometric path constructed from straight lines, and quadratic and cubic (Bézier) curves.
Line2D This Line2D represents a line segment in coordinate space.
Line2D.Double A line segment specified with double coordinates.
Line2D.Float A line segment specified with float coordinates.
Path2D The class provides a simple, yet flexible shape which represents an arbitrary geometric path.
Path2D.Double The class defines a geometric path with coordinates stored in double precision floating point.
Path2D.Float The class defines a geometric path with coordinates stored in single precision floating point.
Point2D The Point2D class defines a point representing a location in coordinate space.
Point2D.Double The Double class defines a point specified in double precision.
Point2D.Float The Float class defines a point specified in float precision.
QuadCurve2D The QuadCurve2D class defines a quadratic parametric curve segment in coordinate space.
QuadCurve2D.Double A quadratic parametric curve segment specified with coordinates.
QuadCurve2D.Float A quadratic parametric curve segment specified with coordinates.
Rectangle2D The Rectangle2D class describes a rectangle defined by a location and dimension .
Rectangle2D.Double The Double class defines a rectangle specified in double coordinates.
Rectangle2D.Float The Float class defines a rectangle specified in float coordinates.
RectangularShape RectangularShape is the base class for a number of java.awt.Shape objects whose geometry is defined by a rectangular frame.
RoundRectangle2D The RoundRectangle2D class defines a rectangle with rounded corners defined by a location , a dimension , and the width and height of an arc with which to round the corners.
RoundRectangle2D.Double The Double class defines a rectangle with rounded corners all specified in double coordinates.
RoundRectangle2D.Float The Float class defines a rectangle with rounded corners all specified in float coordinates.
 

Exception Summary
IllegalPathStateException The IllegalPathStateException represents an exception that is thrown if an operation is performed on a path that is in an illegal state with respect to the particular operation being performed, such as appending a path segment to a java.awt.geom.GeneralPath without an initial moveto.
NoninvertibleTransformException The NoninvertibleTransformException class represents an exception that is thrown if an operation is performed requiring the inverse of an java.awt.geom.AffineTransform object but the AffineTransform is in a non-invertible state.
 



This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.