| Package | Description |
|---|---|
| noawt.java.awt | |
| noawt.java.awt.geom |
Provides the Java 2D classes for defining and performing operations on objects related to two-dimensional geometry.
|
| Class and Description |
|---|
| Dimension
The
Dimension class encapsulates the width and height of a component (in integer precision) in a single object.
|
| Point
A point representing a location in
(x,y) coordinate space, specified in integer precision.
|
| Rectangle
A
Rectangle specifies an area in a coordinate space that is enclosed by the
Rectangle object's upper-left point
(x,y) in the coordinate space, its width, and its height.
|
| Shape
The
Shape interface provides definitions for objects that represent some form of geometric shape.
|
| Class and Description |
|---|
| Rectangle
A
Rectangle specifies an area in a coordinate space that is enclosed by the
Rectangle object's upper-left point
(x,y) in the coordinate space, its width, and its height.
|
| Shape
The
Shape interface provides definitions for objects that represent some form of geometric shape.
|