Interface ITranslucentAndShapedWindowApi
- All Known Implementing Classes:
NoApi
,OfficialApi
,PrivateApi
public interface ITranslucentAndShapedWindowApi
Support for Translucent and Shaped Windows. It unifies the private (java 6) and official (java 7 and upwards) apis.
-
Method Summary
Modifier and TypeMethodDescriptionfloat
getWindowOpacity
(Window window) getWindowShape
(Window window) boolean
boolean
isTranslucencySupported
(Translucency translucencyKind, GraphicsDevice gd) boolean
isWindowOpaque
(Window window) void
setWindowOpacity
(Window window, float opacity) void
setWindowOpaque
(Window window, boolean isOpaque) void
setWindowShape
(Window window, Shape shape)
-
Method Details
-
isTranslucencySupported
-
setWindowOpacity
-
getWindowOpacity
-
setWindowShape
-
getWindowShape
-
setWindowOpaque
-
isWindowOpaque
-
isTranslucencyCapable
-
getApiType
ApiType getApiType()
-