Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-209 (Final Approval Ballot)

Uses of Package
java.awt

Packages that use java.awt
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. 
javax.imageio The main package of the Java Image I/O API. 
javax.microedition.plaf AGUI provides a Pluggable Look and Feel architecture, similar to that which is defined in Java SE (from which AGUI is subset). 
javax.swing Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms. 
javax.swing.border Provides classes and interface for drawing specialized borders around a Swing component. 
javax.swing.plaf Provides the basis for the implementation of Swing pluggable look-and-feel capabilities for AGUI. 
javax.swing.table Provides classes and interfaces for dealing with javax.swing.JTable
javax.swing.text Provides classes and interfaces that deal with editable and noneditable text components. 
 

Classes in java.awt used by java.awt
AlphaComposite
          This AlphaComposite class implements the basic alpha compositing rules for combining source and destination pixels to achieve blending and transparency effects with graphics and images.
AWTKeyStroke
          An AWTKeyStroke represents a key action on the keyboard, or equivalent input device.
Color
          The Color class is used encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a ColorSpace.
Dimension
          The Dimension class encapsulates the width and height of a component (in integer precision) in a single object.
Font
          The Font class represents fonts, which are used to render text in a visible way.
GraphicsConfiguration
          The GraphicsConfiguration class describes the characteristics of a graphics destination such as a printer or monitor.
Paint
          This Paint interface defines how color patterns can be generated for Graphics2D operations.
PaintContext
          The PaintContext interface defines the encapsulated and optimized environment to generate color patterns in device space for fill or stroke operations on a Graphics2D.
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 top-left point (xy) in the coordinate space, its width, and its height.
RenderingHints
          The RenderingHints class contains rendering hints that can be used by the Graphics2D class, and classes that implement BufferedImageOp and Raster.
RenderingHints.Key
          Defines the base type of all keys used to control various aspects of the rendering and imaging pipelines.
Shape
          The Shape interface provides definitions for objects that represent some form of geometric shape.
Stroke
          The Stroke interface allows a Graphics2D object to obtain a Shape that is the decorated outline, or stylistic representation of the outline, of the specified Shape.
 

Classes in java.awt used by java.awt.font
Font
          The Font class represents fonts, which are used to render text in a visible way.
Graphics2D
          This Graphics2D class extends the Graphics class to provide more sophisticated control over graphics operations.
Rectangle
          A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-left point (xy) in the coordinate space, its width, and its height.
Shape
          The Shape interface provides definitions for objects that represent some form of geometric shape.
 

Classes in java.awt used by java.awt.geom
Rectangle
          A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-left point (xy) in the coordinate space, its width, and its height.
Shape
          The Shape interface provides definitions for objects that represent some form of geometric shape.
 

Classes in java.awt used by java.awt.image
Graphics2D
          This Graphics2D class extends the Graphics class to provide more sophisticated control over graphics operations.
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 top-left point (xy) in the coordinate space, its width, and its height.
RenderingHints
          The RenderingHints class contains rendering hints that can be used by the Graphics2D class, and classes that implement BufferedImageOp and Raster.
 

Classes in java.awt used by javax.imageio
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 top-left point (xy) in the coordinate space, its width, and its height.
 

Classes in java.awt used by javax.microedition.plaf
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 top-left point (xy) in the coordinate space, its width, and its height.
 

Classes in java.awt used by javax.swing
AWTKeyStroke
          An AWTKeyStroke represents a key action on the keyboard, or equivalent input device.
Color
          The Color class is used encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a ColorSpace.
Dimension
          The Dimension class encapsulates the width and height of a component (in integer precision) in a single object.
Font
          The Font class represents fonts, which are used to render text in a visible way.
GraphicsConfiguration
          The GraphicsConfiguration class describes the characteristics of a graphics destination such as a printer or monitor.
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 top-left point (xy) in the coordinate space, its width, and its height.
 

Classes in java.awt used by javax.swing.border
Color
          The Color class is used encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a ColorSpace.
Dimension
          The Dimension class encapsulates the width and height of a component (in integer precision) in a single object.
Font
          The Font class represents fonts, which are used to render text in a visible way.
Rectangle
          A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-left point (xy) in the coordinate space, its width, and its height.
 

Classes in java.awt used by javax.swing.plaf
Dimension
          The Dimension class encapsulates the width and height of a component (in integer precision) in a single object.
 

Classes in java.awt used by javax.swing.table
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 top-left point (xy) in the coordinate space, its width, and its height.
 

Classes in java.awt used by javax.swing.text
Color
          The Color class is used encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a ColorSpace.
Dimension
          The Dimension class encapsulates the width and height of a component (in integer precision) in a single object.
Font
          The Font class represents fonts, which are used to render text in a visible way.
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 top-left point (xy) in the coordinate space, its width, and its height.
Shape
          The Shape interface provides definitions for objects that represent some form of geometric shape.
 


JSR-209 (Final Approval Ballot)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 209 specification.