所有类


类 java.awt.image.VolatileImage
的使用

使用 VolatileImage 的软件包
java.awt 包含用于创建用户界面和绘制图形图像的所有类。 
 

java.awtVolatileImage 的使用
 

声明为 VolatileImagejava.awt 中的字段
protected  VolatileImage[] Component.BltBufferStrategy.backBuffers
          后台缓冲区
protected  VolatileImage Component.FlipBufferStrategy.drawVBuffer
          作为可变图像的绘制缓冲区。
 

返回 VolatileImagejava.awt 中的方法
abstract  VolatileImage GraphicsConfiguration.createCompatibleVolatileImage(int width, int height)
          返回一个数据布局和颜色模型与此 GraphicsConfiguration 兼容的 VolatileImage
 VolatileImage GraphicsConfiguration.createCompatibleVolatileImage(int width, int height, ImageCapabilities caps)
          返回一个数据布局和颜色模型与此 GraphicsConfiguration 兼容并使用指定图像功能的 VolatileImage
 VolatileImage GraphicsConfiguration.createCompatibleVolatileImage(int width, int height, ImageCapabilities caps, int transparency)
          返回一个数据布局和颜色模型与此 GraphicsConfiguration 兼容并使用指定图像功能和透明度值的 VolatileImage
abstract  VolatileImage GraphicsConfiguration.createCompatibleVolatileImage(int width, int height, int transparency)
          返回一个数据布局和颜色模型与此 GraphicsConfiguration 兼容的 VolatileImage
 VolatileImage Component.createVolatileImage(int width, int height)
          创建一幅用于双缓冲的、可变的、可在屏幕外绘制的图像。
 VolatileImage Component.createVolatileImage(int width, int height, ImageCapabilities caps)
          创建一幅具有给定容量的、可变的、可在屏幕外绘制的图像。
 


所有类

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部