|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Paint | |
com.sun.java.swing.plaf | Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities. |
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
Uses of Paint in com.sun.java.swing.plaf |
Classes in com.sun.java.swing.plaf that implement Paint | |
ColorUIResource
|
Uses of Paint in java.awt |
Classes in java.awt that implement Paint | |
Color
A class to encapsulate colors in the default sRGB color space or colors in arbitrary color spaces identified by a ColorSpace. |
|
GradientPaint
This class provides a way to fill a shape with a linear color gradient pattern. |
|
SystemColor
A class to encapsulate symbolic colors representing the color of GUI objects on a system. |
|
TexturePaint
This class provides a way to fill a shape with a given texture. |
Methods in java.awt that return Paint | |
abstract Paint | Graphics2D.getPaint()
Returns the current Paint in the Graphics2D state. |
Methods in java.awt with parameters of type Paint | |
abstract void | Graphics2D.setPaint(Paint paint)
Sets the Paint in the current graphics state. |
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |