Top   Module   Use   Manual   Index 

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

struct DeviceInfo


Description
contains information about a device.


Elements

long Width
Description
contains the width of the device in pixels.
long Height
Description
contains the height of the device in pixels.
long LeftInset
Description
contains the inset from the left.
long TopInset
Description
contains the inset from the top.
long RightInset
Description
contains the inset from the right.
long BottomInset
Description
contains the inset from the bottom.
double PixelPerMeterX
Description
contains the X-axis resolution of the device in pixel/meter.
double PixelPerMeterY
Description
contains the Y-axis resolution of the device in pixel/meter.
short BitsPerPixel
Description
contains the color-depth of the device.
long Capabilities
Description
specifies special operations which are possible on the device.
See also
DeviceCapability
Top of Page