|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Paint | |
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
javax.swing.plaf | Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities. |
Uses of Paint in java.awt |
Classes in java.awt that implement Paint | |
class |
Color
The Color class is used encapsulate colors in the default
sRGB color space or colors in arbitrary color spaces identified by a
ColorSpace . |
class |
GradientPaint
The GradientPaint class provides a way to fill
a Shape with a linear color gradient pattern. |
class |
SystemColor
A class to encapsulate symbolic colors representing the color of native GUI objects on a system. |
class |
TexturePaint
The TexturePaint class provides a way to fill a
Shape with a texture that is specified as
a BufferedImage . |
Uses of Paint in javax.swing.plaf |
Classes in javax.swing.plaf that implement Paint | |
class |
ColorUIResource
|
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.