java.awt
Interface Paint

All Known Implementing Classes:
IlvLinearGradientPaint, IlvMultipleGradientPaint, IlvPattern, IlvRadialGradientPaint, IlvTexture, TexturePaint

public interface Paint

Defines how color patterns can be generated for Graphics2D operations. A class implementing the Paint interface is added to the Graphics2D context in order to define the color pattern used by the draw and fill methods.

CSS example:

This class cannot be instantiated because it is an interface.




Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.