|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV NEXT | ||||||||
Uses of Interface
java.awt.Paint
| Uses of Paint in java.awt |
| Classes in java.awt that implement Paint | |
class |
Color
This class represents a color value in the AWT system. |
class |
GradientPaint
A paint object that can be used to color a region by blending two colors. |
class |
SystemColor
This class contains the various "system colors" in use by the native windowing system. |
class |
TexturePaint
STUB CLASS ONLY |
| Methods in java.awt that return Paint | |
abstract Paint |
Graphics2D.getPaint()
|
| Methods in java.awt with parameters of type Paint | |
abstract void |
Graphics2D.setPaint(Paint paint)
|
|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV NEXT | ||||||||