Previous | Next | Trail Map | 2D Graphics | Contents

Overview of the Java 2D API

The Java 2D API introduced in JDK 1.2 provides enhanced two-dimensional graphics, text, and imaging capabilities for Java programs through extensions to the Abstract Windowing Toolkit (AWT). This comprehensive rendering package supports line art, text, and images in a flexible, full-featured framework that enables the development of richer user interfaces and sophisticated drawing programs and image editors.

The Java 2D API provides:

Java 2D Rendering

Coordinate Systems

Shapes

Text

Images

Printing


Previous | Next | Trail Map | 2D Graphics | Contents