Uses of Class
java.awt.GraphicsDevice.WindowTranslucency
-
Packages that use GraphicsDevice.WindowTranslucency 软件包 描述 java.awt 包含用于创建用户界面和绘制图形和图像的所有类。 -
-
Uses of GraphicsDevice.WindowTranslucency in java.awt
Methods in java.awt that return GraphicsDevice.WindowTranslucency 变量和类型 方法 描述 static GraphicsDevice.WindowTranslucency
GraphicsDevice.WindowTranslucency. valueOf(String name)
返回具有指定名称的此类型的枚举常量。static GraphicsDevice.WindowTranslucency[]
GraphicsDevice.WindowTranslucency. values()
按照声明的顺序返回一个包含此枚举类型常量的数组。Methods in java.awt with parameters of type GraphicsDevice.WindowTranslucency 变量和类型 方法 描述 boolean
GraphicsDevice. isWindowTranslucencySupported(GraphicsDevice.WindowTranslucency translucencyKind)
返回此图形设备是否支持给定的半透明级别。
-