枚举类的使用
java.awt.GraphicsDevice.WindowTranslucency
-
GraphicsDevice.WindowTranslucency 在 java.awt 中的用法
修饰符和类型方法描述返回具有指定名称的此类的枚举常量。static GraphicsDevice.WindowTranslucency[]GraphicsDevice.WindowTranslucency.values()返回一个数组,其中包含此枚举类的常量,按照它们声明的顺序排列。java.awt 中的方法,参数类型为 GraphicsDevice.WindowTranslucency修饰符和类型方法描述booleanGraphicsDevice.isWindowTranslucencySupported(GraphicsDevice.WindowTranslucency translucencyKind) 返回此图形设备是否支持给定的半透明级别。