Uses of Interface java.awt.Paint

Uses in package javax.swing.plaf

Classes implementing java.awt.Paint

class
A Color that is marked as UIResource, which indicates that the color has been installed by a pluggable LookAndFeel.

Uses in package java.awt

Classes implementing java.awt.Paint

class
This class represents a color value in the AWT system.
class
A paint object that can be used to color a region by blending two colors.
class
This class contains the various "system colors" in use by the native windowing system.
class
This class provides a way to fill a Shape with a texture that is specified by a BufferedImage.

Methods with parameter type java.awt.Paint

void
Sets the paint to be used for subsequent drawing operations.

Methods with return type java.awt.Paint

Paint
Returns the current paint.