Searched refs:WindowTranslucency (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/java/awt/FullScreen/TranslucentWindow/
H A DTranslucentWindow.java35 import static java.awt.GraphicsDevice.WindowTranslucency.*;
/openjdk7/jdk/test/java/awt/Window/TranslucentShapedFrameTest/
H A DTSFrame.java33 import java.awt.GraphicsDevice.WindowTranslucency;
239 if (gd.isWindowTranslucencySupported(WindowTranslucency.PERPIXEL_TRANSPARENT)) {
249 if (gd.isWindowTranslucencySupported(WindowTranslucency.TRANSLUCENT)) {
258 if (gd.isWindowTranslucencySupported(WindowTranslucency.PERPIXEL_TRANSLUCENT)) {
H A DTranslucentShapedFrameTest.java41 import java.awt.GraphicsDevice.WindowTranslucency;
312 if (!gd.isWindowTranslucencySupported(WindowTranslucency.PERPIXEL_TRANSPARENT)) {
315 if (!gd.isWindowTranslucencySupported(WindowTranslucency.TRANSLUCENT)) {
318 if (!gd.isWindowTranslucencySupported(WindowTranslucency.PERPIXEL_TRANSLUCENT)) {
/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphicsDevice.java122 public static enum WindowTranslucency { enum in class:GraphicsDevice
499 public boolean isWindowTranslucencySupported(WindowTranslucency translucencyKind) {
H A DWindow.java3523 * @see GraphicsDevice.WindowTranslucency
3543 * <li>The {@link GraphicsDevice.WindowTranslucency#TRANSLUCENT TRANSLUCENT}
3568 * GraphicsDevice.WindowTranslucency#TRANSLUCENT TRANSLUCENT}
3577 * @see GraphicsDevice.WindowTranslucency
3578 * @see GraphicsDevice#isWindowTranslucencySupported(GraphicsDevice.WindowTranslucency)
3596 GraphicsDevice.WindowTranslucency.TRANSLUCENT))
3621 * @see GraphicsDevice.WindowTranslucency
3641 * <li>The {@link GraphicsDevice.WindowTranslucency#PERPIXEL_TRANSPARENT
3658 * GraphicsDevice.WindowTranslucency} for more details.
3667 * null} and {@link GraphicsDevice.WindowTranslucency#PERPIXEL_TRANSPAREN
[all...]
/openjdk7/jdk/src/share/demo/jfc/TransparentRuler/transparentruler/
H A DRuler.java44 import java.awt.GraphicsDevice.WindowTranslucency;
45 import static java.awt.GraphicsDevice.WindowTranslucency.*;
82 private static boolean checkTranslucencyMode(WindowTranslucency arg) {

Completed in 3539 milliseconds