Package ch.swingfx.window.translucentandshaped
-
Interface Summary Interface Description ITranslucentAndShapedWindowApi Support for Translucent and Shaped Windows. -
Class Summary Class Description NoApi Class that represents no support for translucent and shaped windows because there is no api we can wrap.
You shouldn't use this class directly.OfficialApi Wrapper around the official API for creating translucent and shaped windows.PrivateApi Wrapper around com.sun.awt.AWTUtilities API for Translucent and Shaped Window support.
As of JRE 6 update 10 there is a private API for creating these types of windows.
You shouldn't use this class directly.TranslucentAndShapedWindowApiFactory Factory for creatingITranslucentAndShapedWindowApi
objects depending on the JRE
Prior to JRE 6 update 10 there is no support for this. -
Enum Summary Enum Description ApiType Enum off all supported API types for translucent and shaped windows
For more details see http://download.oracle.com/javase/tutorial/uiswing/misc/trans_shaped_windows.html#6u10
Note: Only Sun/Oracle JREs support sun.awt.AWTUtilities.Translucency This enum is used in combination withITranslucentAndShapedWindowApi
.isTranslucencySupported()