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

/openjdk7/jdk/src/share/classes/java/awt/
H A DAlphaComposite.java487 public static final int SRC_ATOP = 10; field in class:AlphaComposite
583 * <code>AlphaComposite</code> object that implements the opaque SRC_ATOP rule
585 * @see #SRC_ATOP
588 public static final AlphaComposite SrcAtop = new AlphaComposite(SRC_ATOP);
635 * {@link #SRC_ATOP}, {@link #DST_ATOP}, or {@link #XOR}
657 case SRC_ATOP:
683 * {@link #SRC_ATOP}, {@link #DST_ATOP}, or {@link #XOR}
737 * {@link #SRC_ATOP}, {@link #DST_ATOP}, or {@link #XOR}

Completed in 65 milliseconds