Frames | No Frames |
Constructors with parameter type java.awt.AlphaComposite | |
AlphaCompositeContext.AlphaCompositeContext(AlphaComposite aComp, ColorModel srcCM, ColorModel dstCM) Creates a new AlphaCompositeContext.
|
Methods with return type java.awt.AlphaComposite | |
AlphaComposite | AlphaComposite.derive(float alpha) Return an AlphaComposite similar to this ,
that uses the specified alpha .
|
AlphaComposite | AlphaComposite.derive(int rule) Return an AlphaComposite similar to this ,
that uses the specified rule. |
AlphaComposite | AlphaComposite.getInstance(int rule) Creates an AlphaComposite object with the specified rule.
|
AlphaComposite | AlphaComposite.getInstance(int rule, float alpha) Creates an AlphaComposite object with the specified rule and the constant
alpha to multiply with the alpha of the source. |