Class
|
Description
|
AffineTransform
(java.awt.geom)
|
Represents a 2D affine transform, which performs a linear mapping from 2D coordinates to other 2D coordinates.
|
AlphaComposite
|
Implements: Composite
Implements basic alpha composite rules for shapes, text, and images.
|
BasicStroke
|
Implements: Stroke
Defines the "pen style" to be applied to the outline of a Shape .
|
Color
|
Implements: Paint
Defines a solid color fill for a Shape .
|
GradientPaint
|
Implements: Paint
Defines a linear color gradient fill pattern for a Shape . This fill pattern changes from color C1 at point P1 to color C2 at point P2.
|
Graphics2D
|
Extends: Graphics
Fundamental class for 2D rendering. Extends the original java.awt.Graphics class.
|
TexturePaint
|
Implements: Paint
Defines a texture or pattern fill for a Shape . The texture or pattern is generated from a BufferedImage .
|