Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Yкраїнська (uk)
Tiếng Việt (vi)
Türkçe (tr)
ኦሮሚኛ (om)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
::
interface XGraphicDevice
Methods' Summary
getBufferController
Query the controller for multi buffering functionality on this
graphic device. If there is no such functionality available,
the NULL reference is returned.
getDeviceColorSpace
Query the color space interface for this graphic device. This
is to be used when interpreting or setting device color values.
getPhysicalResolution
Query the physical resolution of the device in pixel per millimeter.
getSize
Query the physical dimensions of the device in millimeter
createCompatibleBitmap
Create a bitmap whose memory layout and sample model is
compatible to the graphic device.
createVolatileBitmap
Create a volatile bitmap that is usable with this graphic device.
hasFullScreenMode
Tells whether this graphic device has a full screen mode,
i.e. whether a window can cover the whole screen exclusively.
enterFullScreenMode
Enter or leave the fullscreen mode, if possible. The return
value denotes the success of the operation.
Methods' Details
getBufferController
Description
Query the controller for multi buffering functionality on this
graphic device. If there is no such functionality available,
the NULL reference is returned.
getDeviceColorSpace
Description
Query the color space interface for this graphic device. This
is to be used when interpreting or setting device color values.
getPhysicalResolution
Size2D
getPhysicalResolution ();
Description
Query the physical resolution of the device in pixel per millimeter.
getSize
Description
Query the physical dimensions of the device in millimeter
createCompatibleBitmap
Description
Create a bitmap whose memory layout and sample model is
compatible to the graphic device.
createVolatileBitmap
Description
Create a volatile bitmap that is usable with this graphic device.
hasFullScreenMode
boolean
hasFullScreenMode ();
Description
Tells whether this graphic device has a full screen mode,
i.e. whether a window can cover the whole screen exclusively.
enterFullScreenMode
boolean
enterFullScreenMode (
[in] boolean
bEnter );
Description
Enter or leave the fullscreen mode, if possible. The return
value denotes the success of the operation.
Top of Page Copyright © 2003 Sun Microsystems, Inc.