Searched refs:UNDER (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/regex/
H A DASCII.java53 static final int UNDER = 0x00010000; field in class:ASCII
63 static final int WORD = (UPPER|LOWER|UNDER|DIGIT);
163 PUNCT|UNDER, /* 5F _ */
/openjdk7/jdk/test/java/util/regex/
H A DPOSIX_ASCII.java43 static final int UNDER = 0x00010000; field in class:POSIX_ASCII
53 static final int WORD = (UPPER|LOWER|UNDER|DIGIT);
153 PUNCT|UNDER, /* 5F _ */
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DEffect.java39 UNDER, BLENDED, OVER enum constant in enum:Effect.EffectType
46 * Get the type of this effect, one of UNDER,BLENDED,OVER. UNDER means the result of apply effect should be painted
55 * Get the opacity to use to paint the result effected image if the EffectType is UNDER or OVER.
H A DDropShadowEffect.java44 * Get the type of this effect, one of UNDER,BLENDED,OVER. UNDER means the result of apply effect should be painted
52 return EffectType.UNDER;

Completed in 65 milliseconds