Top   Module   Use   Manual   Index 

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

constants group DeviceCapability


Description
defines which capabilities a device supports.


Constants

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