KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > Paint

java.awt
Interface Paint

All Superinterfaces:
Transparency
All Known Implementing Classes:
Color, ColorUIResource, GradientPaint, SystemColor, TexturePaint
See Also:
Top Examples, Source Code, PaintContext, Graphics2D.setPaint(java.awt.Paint)

PaintContext createContext(ColorModel cm,
                           Rectangle deviceBounds,
                           Rectangle2D userBounds,
                           AffineTransform xform,
                           RenderingHints hints)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags