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 TranslucencyTranslucency. 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 booleanITranslucentAndShapedWindowApi. isTranslucencySupported(Translucency translucencyKind, java.awt.GraphicsDevice gd)booleanNoApi. isTranslucencySupported(Translucency translucencyKind, java.awt.GraphicsDevice gd)booleanOfficialApi. isTranslucencySupported(Translucency translucencyKind, java.awt.GraphicsDevice gd)booleanPrivateApi. isTranslucencySupported(Translucency translucencyKind, java.awt.GraphicsDevice gd)
-