Uses of Enum Class
ch.swingfx.window.translucentandshaped.Translucency
Packages that use Translucency
-
Uses of Translucency in ch.swingfx.window.translucentandshaped
Methods in ch.swingfx.window.translucentandshaped that return TranslucencyModifier and TypeMethodDescriptionstatic Translucency
Returns the enum constant of this class with the specified name.static Translucency[]
Translucency.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.swingfx.window.translucentandshaped with parameters of type TranslucencyModifier and TypeMethodDescriptionboolean
ITranslucentAndShapedWindowApi.isTranslucencySupported
(Translucency translucencyKind, GraphicsDevice gd) boolean
NoApi.isTranslucencySupported
(Translucency translucencyKind, GraphicsDevice gd) boolean
OfficialApi.isTranslucencySupported
(Translucency translucencyKind, GraphicsDevice gd) boolean
PrivateApi.isTranslucencySupported
(Translucency translucencyKind, GraphicsDevice gd)