Uses of Class java.awt.AlphaComposite

Uses in package gnu.java.awt.java2d

Constructors with parameter type java.awt.AlphaComposite

Creates a new AlphaCompositeContext.

Uses in package java.awt

Fields of type java.awt.AlphaComposite

AlphaComposite
AlphaComposite
AlphaComposite
AlphaComposite
AlphaComposite
AlphaComposite
AlphaComposite
AlphaComposite
AlphaComposite
AlphaComposite
AlphaComposite
AlphaComposite

Methods with return type java.awt.AlphaComposite

AlphaComposite
AlphaComposite.derive(float alpha)
Return an AlphaComposite similar to this, that uses the specified alpha.
AlphaComposite
Return an AlphaComposite similar to this, that uses the specified rule.
AlphaComposite
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.