|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use java.awt.geom | |
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. |
javax.swing.plaf | Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities. |
javax.swing.plaf.basic | Provides user interface objects built according to the Basic look and feel. |
javax.swing.text | Provides classes and interfaces that deal with editable and noneditable text components. |
Classes in java.awt.geom used by java.awtDimension2D
|
The Dimension2D class is to encapsulate a width
and a height dimension.Point2D
|
The Point2D class defines a point representing a location
in (x, y) coordinate space.Rectangle2D
|
The Rectangle2D class describes a rectangle
defined by a location (x, y) and dimension
(w x h).RectangularShape
|
RectangularShape is the base class for a number of
Shape objects whose geometry is defined by a rectangular frame. |
Classes in java.awt.geom used by java.awt.geomArc2D
|
Arc2D is the abstract superclass for all objects that
store a 2D arc defined by a bounding rectangle,
start angle, angular extent (length of the arc), and a closure type
(OPEN , CHORD , or PIE ).CubicCurve2D
|
The CubicCurve2D class defines a cubic parametric curve
segment in (x, y) coordinate space.Ellipse2D
|
The Ellipse2D class describes an ellipse that is defined
by a bounding rectangle.Line2D
|
This Line2D represents a line segment in (x, y)
coordinate space.NoninvertibleTransformException
|
The NoninvertibleTransformException class represents
an exception that is thrown if an operation is performed requiring
the inverse of an AffineTransform object but the
AffineTransform is in a non-invertible state.PathIterator
|
The PathIterator interface provides the mechanism
for objects that implement the 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.Point2D
|
The Point2D class defines a point representing a location
in (x, y) coordinate space.QuadCurve2D
|
The QuadCurve2D class defines a quadratic parametric curve
segment in (x, y) coordinate space.Rectangle2D
|
The Rectangle2D class describes a rectangle
defined by a location (x, y) and dimension
(w x h).RectangularShape
|
RectangularShape is the base class for a number of
Shape objects whose geometry is defined by a rectangular frame.RoundRectangle2D
|
The RoundRectangle2D class defines a rectangle with
rounded corners defined by a location (x, y), a
dimension (w x h), and the width and height of an arc
with which to round the corners. |
Classes in java.awt.geom used by javax.swing.plafDimension2D
|
The Dimension2D class is to encapsulate a width
and a height dimension. |
Classes in java.awt.geom used by javax.swing.plaf.basicRectangle2D
|
The Rectangle2D class describes a rectangle
defined by a location (x, y) and dimension
(w x h).RectangularShape
|
RectangularShape is the base class for a number of
Shape objects whose geometry is defined by a rectangular frame. |
Classes in java.awt.geom used by javax.swing.textRectangle2D
|
The Rectangle2D class describes a rectangle
defined by a location (x, y) and dimension
(w x h).RectangularShape
|
RectangularShape is the base class for a number of
Shape objects whose geometry is defined by a rectangular frame. |
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.