Methods' Details |
createGraphics
- Description
- creates a new graphics which output operation direct
to this device.
|
|
createDevice
XDevice
createDevice( |
[in] long
[in] long |
nWidth,
nHeight ); |
- Description
- creates a new device which is compatible with this one.
If the device does not support the GETBITS device capability,
this method returns NULL .
|
|
getInfo
- Returns
-
information about the device.
|
|
getFontDescriptors
- Returns
-
the list of available font descriptors.
|
|
getFont
- Returns
-
information about a font offered by this device.
- Parameter aDescriptor
-
specifies the description of a font.
specifies that the unit of measure is pixel for this
device.
|
|
createBitmap
XBitmap
createBitmap( |
[in] long
[in] long
[in] long
[in] long |
nX,
nY,
nWidth,
nHeight ); |
- Description
- creates a bitmap with the current device depth.
If the specified area does not lie entirely in the device, the bits
outside are not specified.
|
|
createDisplayBitmap
- Description
- creates a device-compatible bitmap.
The data of the bitmap is in process memory instead of in the device,
so the output operation is fast.
|
|
Copyright © 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.