Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Java 2D
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Composites=== During any drawing operation, there is a ''source'' (the pixels being produced by the paint) and a ''destination'' (the pixels already onscreen). Normally, the source pixels simply overwrite the destination pixels, but the ''composite'' allows this behavior to be changed. The composite, given the source and destination pixels, produces the final result that ultimately ends up onscreen. The most common composite is '''{{Javadoc:SE|package=java.awt|java/awt|AlphaComposite|module=java.desktop}}''', which can treat the pixels being drawn as partially transparent, so that the destination pixels show through to some degree.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)