All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AnimationTimer Class for simple animation.AnimationTimer.AnimationTarget Used withAnimationTimer
.setAnimationTarget().
Implement this interface to receive events from theAnimationTimer
AnimationTimer.FrameRate Frame rates for theAnimationTimer
Note: These frame rates are approximations.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.ColorUtil Utility for working with colorsGraphicsEnvironmentUtil Utility to help in OS specific graphics environment tasks.ITranslucentAndShapedWindowApi Support for Translucent and Shaped Windows.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.TextUtil Utility class to work with textTranslucency This enum is used in combination withITranslucentAndShapedWindowApi
.isTranslucencySupported()TranslucentAndShapedWindowApiFactory Factory for creatingITranslucentAndShapedWindowApi
objects depending on the JRE
Prior to JRE 6 update 10 there is no support for this.