org.kde.qt
public class QPaintDeviceMetrics extends Object implements QtSupport
| Field Summary | |
|---|---|
| static int | PdmDepth |
| static int | PdmDpiX |
| static int | PdmDpiY |
| static int | PdmHeight |
| static int | PdmHeightMM |
| static int | PdmNumColors |
| static int | PdmPhysicalDpiX |
| static int | PdmPhysicalDpiY |
| static int | PdmWidth |
| static int | PdmWidthMM |
| Constructor Summary | |
|---|---|
| protected | QPaintDeviceMetrics(Class dummy) |
| QPaintDeviceMetrics(QPaintDeviceInterface arg1) | |
| Method Summary | |
|---|---|
| int | depth() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| int | height() |
| int | heightMM() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| int | logicalDpiX() |
| int | logicalDpiY() |
| int | numColors() |
| int | physicalDpiX() |
| int | physicalDpiY() |
| int | width() |
| int | widthMM() |