| static AlphaComposite | AlphaComposite. Clear | AlphaCompositeobject that implements the opaque CLEAR rule
 with an alpha of 1.0f.
 | 
| static AlphaComposite | AlphaComposite. Dst | AlphaCompositeobject that implements the opaque DST rule
 with an alpha of 1.0f.
 | 
| static AlphaComposite | AlphaComposite. DstAtop | AlphaCompositeobject that implements the opaque DST_ATOP rule
 with an alpha of 1.0f.
 | 
| static AlphaComposite | AlphaComposite. DstIn | AlphaCompositeobject that implements the opaque DST_IN rule
 with an alpha of 1.0f.
 | 
| static AlphaComposite | AlphaComposite. DstOut | AlphaCompositeobject that implements the opaque DST_OUT rule
 with an alpha of 1.0f.
 | 
| static AlphaComposite | AlphaComposite. DstOver | AlphaCompositeobject that implements the opaque DST_OVER rule
 with an alpha of 1.0f.
 | 
| static AlphaComposite | AlphaComposite. Src | AlphaCompositeobject that implements the opaque SRC rule
 with an alpha of 1.0f.
 | 
| static AlphaComposite | AlphaComposite. SrcAtop | AlphaCompositeobject that implements the opaque SRC_ATOP rule
 with an alpha of 1.0f.
 | 
| static AlphaComposite | AlphaComposite. SrcIn | AlphaCompositeobject that implements the opaque SRC_IN rule
 with an alpha of 1.0f.
 | 
| static AlphaComposite | AlphaComposite. SrcOut | AlphaCompositeobject that implements the opaque SRC_OUT rule
 with an alpha of 1.0f.
 | 
| static AlphaComposite | AlphaComposite. SrcOver | AlphaCompositeobject that implements the opaque SRC_OVER rule
 with an alpha of 1.0f.
 | 
| static AlphaComposite | AlphaComposite. Xor | AlphaCompositeobject that implements the opaque XOR rule
 with an alpha of 1.0f.
 |