swingwt.awt
Interface Paint

All Superinterfaces:
Transparency
All Known Implementing Classes:
Color

public interface Paint
extends Transparency


Field Summary
 
Fields inherited from interface swingwt.awt.Transparency
BITMASK, OPAQUE, TRANSLUCENT
 
Method Summary
 PaintContext createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints)
           
 
Methods inherited from interface swingwt.awt.Transparency
getTransparency
 

Method Detail

createContext

public PaintContext createContext(ColorModel cm,
                                  Rectangle deviceBounds,
                                  Rectangle2D userBounds,
                                  AffineTransform xform,
                                  RenderingHints hints)