Uses of Class
ch.swingfx.window.translucentandshaped.Translucency
-
Packages that use Translucency Package Description ch.swingfx.window.translucentandshaped -
-
Uses of Translucency in ch.swingfx.window.translucentandshaped
Methods in ch.swingfx.window.translucentandshaped that return Translucency Modifier and Type Method Description static Translucency
Translucency. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Translucency[]
Translucency. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.swingfx.window.translucentandshaped with parameters of type Translucency Modifier and Type Method Description boolean
ITranslucentAndShapedWindowApi. isTranslucencySupported(Translucency translucencyKind, java.awt.GraphicsDevice gd)
boolean
NoApi. isTranslucencySupported(Translucency translucencyKind, java.awt.GraphicsDevice gd)
boolean
OfficialApi. isTranslucencySupported(Translucency translucencyKind, java.awt.GraphicsDevice gd)
boolean
PrivateApi. isTranslucencySupported(Translucency translucencyKind, java.awt.GraphicsDevice gd)
-