:: com :: sun :: star :: awt ::

constants group DeviceCapability
Description
defines which capabilities a device supports.

Constants
RASTEROPERATIONS supports the device raster operations.  
GETBITS supports the XDevice::createBitmap, the XDevice::createDevice and the XGraphics::copy methods.  
Constants' Details
RASTEROPERATIONS
const long RASTEROPERATIONS = 1;
Description
supports the device raster operations.
See also
XGraphics::setRasterOp
GETBITS
const long GETBITS = 2;
Description
supports the XDevice::createBitmap, the XDevice::createDevice and the XGraphics::copy methods.
See also
XGraphics::setRasterOp
Top of Page