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 Modifier and Type Field 描述 protected VolatileImage[]Component.BltBufferStrategy. backBuffers后缓冲protected VolatileImageComponent.FlipBufferStrategy. drawVBuffer绘图缓冲区作为易失性图像Methods in java.awt that return VolatileImage Modifier and Type 方法 描述 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)使用给定的功能创建一个易失的屏幕外可绘制图像。
-