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 TypeMethodDescriptionfloatgetWindowOpacity(Window window) getWindowShape(Window window) booleanbooleanisTranslucencySupported(Translucency translucencyKind, GraphicsDevice gd) booleanisWindowOpaque(Window window) voidsetWindowOpacity(Window window, float opacity) voidsetWindowOpaque(Window window, boolean isOpaque) voidsetWindowShape(Window window, Shape shape)
-
Method Details
-
isTranslucencySupported
-
setWindowOpacity
-
getWindowOpacity
-
setWindowShape
-
getWindowShape
-
setWindowOpaque
-
isWindowOpaque
-
isTranslucencyCapable
-
getApiType
ApiType getApiType()
-