java命名空间java.awt类graphicsdevice的类成员方法:
type_image_buffer定义及介绍
本文导语:
type_image_buffer
public static final int type_image_buffer
设备是图像缓冲区。此缓冲区可驻留在设备或系统内存中,但用户无法实际看到它。
另请参见:常量字段值
graphicsdevice
protected graphicsdevice()
这是一个无法直接实例化的抽象...
public static final int type_image_buffer
- 设备是图像缓冲区。此缓冲区可驻留在设备或系统内存中,但用户无法实际看到它。
- 另请参见:
- 常量字段值
graphicsdevice
protected graphicsdevice()
- 这是一个无法直接实例化的抽象类。必须从合适的工厂或查询方法中获取实例。
- 另请参见:
graphicsenvironment.getscreendevices()
,
graphicsenvironment.getdefaultscreendevice()
,
graphicsconfiguration.getdevice()
public abstract int gettype()
- 返回此
graphicsdevice
的类型。
- 返回:
- 此
graphicsdevice
的类型,可以是 type_raster_screen、type_printer 或 type_image_buffer。 - 另请参见:
type_raster_screen
,
type_printer
,
type_image_buffer