Searched defs:AlphaComposite (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/awt/java/awt/
H A DAlphaComposite.java33 * The AlphaComposite class defines a basic alpha compositing rules for
39 public final class AlphaComposite implements Composite { class in inherits:Composite
122 * AlphaComposite object with the opaque CLEAR rule and an alpha of 1.0f.
124 public static final AlphaComposite Clear = new AlphaComposite(CLEAR);
127 * AlphaComposite object with the opaque SRC rule and an alpha of 1.0f.
129 public static final AlphaComposite Src = new AlphaComposite(SRC);
132 * AlphaComposite object with the opaque DST rule and an alpha of 1.0f.
134 public static final AlphaComposite Ds
201 private AlphaComposite(int rule, float alpha) { method in class:AlphaComposite
221 private AlphaComposite(int rule) { method in class:AlphaComposite
[all...]

Completed in 909 milliseconds