java.awt
public interface Composite
Since this can expose pixels to untrusted code, there is a security
check on custom objects, readDisplayPixels
, to prevent leaking
restricted information graphically.
Since: 1.2
See Also: AlphaComposite CompositeContext setComposite
UNKNOWN: updated to 1.4
Method Summary | |
---|---|
CompositeContext | createContext(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints)
Create a context state for performing the compositing operation. |
Parameters: srcColorModel the color model of the source dstColorModel the color model of the destination hints hints for choosing between rendering alternatives