Syntax
constants group DeviceCapability;
Description
defines which capabilities a device supports.
Constants Summary
|
RASTEROPERATIONS |
supports the device raster operations.
|
|
GETBITS |
supports the XDevice::copyBitmap,
the XDevice::createDevice and the XGraphics::copy and methods.
|
|
Field Details
|
|
Syntax
const long RASTEROPERATIONS = 1;
Description
supports the device raster operations.
See also
- XGraphics::setRasterOp
-
Syntax
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.