Uses of Class
java.awt.image.VolatileImage
-
Packages that use VolatileImage 软件包 描述 java.awt 包含用于创建用户界面和绘制图形和图像的所有类。 -
-
Uses of VolatileImage in java.awt
Fields in java.awt declared as VolatileImage 变量和类型 字段 描述 protected VolatileImage[]Component.BltBufferStrategy. backBuffers后缓冲区protected VolatileImageComponent.FlipBufferStrategy. drawVBuffer绘图缓冲区为易失性图像Methods in java.awt that return VolatileImage 变量和类型 方法 描述 VolatileImageGraphicsConfiguration. createCompatibleVolatileImage(int width, int height)返回VolatileImage,其数据布局和颜色模型与此GraphicsConfiguration兼容。VolatileImageGraphicsConfiguration. createCompatibleVolatileImage(int width, int height, int transparency)返回VolatileImage,其数据布局和颜色模型与此GraphicsConfiguration兼容。VolatileImageGraphicsConfiguration. createCompatibleVolatileImage(int width, int height, ImageCapabilities caps)使用指定的图像功能返回VolatileImage,其数据布局和颜色模型与此GraphicsConfiguration兼容。VolatileImageGraphicsConfiguration. createCompatibleVolatileImage(int width, int height, ImageCapabilities caps, int transparency)使用指定的图像功能和透明度值,返回VolatileImage,其数据布局和颜色模型与此GraphicsConfiguration兼容。VolatileImageComponent. createVolatileImage(int width, int height)创建用于双缓冲的易失性屏幕外可绘制图像。VolatileImageComponent. createVolatileImage(int width, int height, ImageCapabilities caps)使用给定的功能创建易失的屏幕外可绘制图像。
-