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

/openjdk7/jdk/src/share/classes/java/awt/
H A DAlphaComposite.java455 public static final int SRC_OUT = 7; field in class:AlphaComposite
569 * <code>AlphaComposite</code> object that implements the opaque SRC_OUT rule
571 * @see #SRC_OUT
573 public static final AlphaComposite SrcOut = new AlphaComposite(SRC_OUT);
634 * {@link #DST_IN}, {@link #SRC_OUT}, {@link #DST_OUT},
653 case SRC_OUT:
682 * {@link #DST_IN}, {@link #SRC_OUT}, {@link #DST_OUT},
736 * {@link #DST_IN}, {@link #SRC_OUT}, {@link #DST_OUT},

Completed in 373 milliseconds