Graphics.setPaintMode
Class Overview | Class Members |
This Package |
All Packages
public abstract void setPaintMode()
Description
Sets the paint mode of this graphics context to overwrite the
destination with this graphics context's current color.
This sets the logical pixel operation function to the paint or
overwrite mode. All subsequent rendering operations will
overwrite the destination with the current color.