:: 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::copyBitmap,
the XDevice::createDevice and the XGraphics::copy and 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::copyBitmap,
the XDevice::createDevice and the XGraphics::copy and methods.
- See also
- XGraphics::setRasterOp
|
|
Top of Page
Copyright © 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.