A blend composite defines the rule according to which a drawing primitive
(known as the source) is mixed with existing graphics (know as the
destination.)
BlendComposite is an implementation of the
java.awt.Composite interface and must therefore be set as a state on
a
java.awt.Graphics2D surface.
Please refer to
java.awt.Graphics2D.setComposite(java.awt.Composite) for more information on how to use this class with a graphics surface.
Blending Modes
This class offers a certain number of blending modes, or compositing
rules. |