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

/openjdk7/jdk/src/share/classes/java/awt/
H A DAlphaComposite.java442 public static final int DST_IN = 6; field in class:AlphaComposite
562 * <code>AlphaComposite</code> object that implements the opaque DST_IN rule
564 * @see #DST_IN
566 public static final AlphaComposite DstIn = new AlphaComposite(DST_IN);
634 * {@link #DST_IN}, {@link #SRC_OUT}, {@link #DST_OUT},
651 case DST_IN:
682 * {@link #DST_IN}, {@link #SRC_OUT}, {@link #DST_OUT},
736 * {@link #DST_IN}, {@link #SRC_OUT}, {@link #DST_OUT},

Completed in 439 milliseconds