软件包 | 描述 |
---|---|
java.awt |
包含创建用户界面和绘制图形和图像的所有类。
|
Modifier and Type | Field and Description |
---|---|
protected VolatileImage[] |
Component.BltBufferStrategy.backBuffers
后台缓冲区
|
protected VolatileImage |
Component.FlipBufferStrategy.drawVBuffer
作为一个波动图像的绘制缓冲区
|
Modifier and Type | Method and Description |
---|---|
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 ,使用指定的图像的能力和透明度值。
|
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)
创建一个挥发性关闭屏幕的图片,用给定的能力。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.