org.awt |
|
Java Source File Name | Type | Comment |
Color.java | Class | The Color class is used encapsulate colors in the default
sRGB color space or colors in arbitrary color spaces identified by a
ColorSpace . |
Dimension.java | Class | The Dimension class encapsulates the width and
height of a component (in integer precision) in a single object. |
Point.java | Class | |
Rectangle.java | Class | A Rectangle specifies an area in a coordinate space that is
enclosed by the Rectangle object's top-left point
(x, y)
in the coordinate space, its width, and its height. |
Transparency.java | Interface | The Transparency interface defines the common transparency
modes for implementing classes. |