org.kde.qt
public class QWMatrix extends Object implements QtSupport
| Field Summary | |
|---|---|
| static int | Areas |
| static int | Points |
| Constructor Summary | |
|---|---|
| protected | QWMatrix(Class dummy) |
| QWMatrix() | |
| QWMatrix(double m11, double m12, double m21, double m22, double dx, double dy) | |
| Method Summary | |
|---|---|
| double | det() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| double | dx() |
| double | dy() |
| protected void | finalize() Deletes the wrapped C++ instance |
| QWMatrix | invert(boolean[] arg1) |
| QWMatrix | invert() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isIdentity() |
| boolean | isInvertible() |
| double | m11() |
| double | m12() |
| double | m21() |
| double | m22() |
| void | map(int x, int y, int[] tx, int[] ty) |
| void | map(double x, double y, double[] tx, double[] ty) |
| QPoint | map(QPoint p) |
| QRect | map(QRect r) |
| QPointArray | map(QPointArray a) |
| QRegion | map(QRegion r) |
| QRect | mapRect(QRect arg1) |
| QPointArray | mapToPolygon(QRect r) |
| QRegion | mapToRegion(QRect r) |
| boolean | op_equals(QWMatrix arg1) |
| QPoint | op_mult(QPoint arg1) |
| QRegion | op_mult(QRect arg1) |
| QRegion | op_mult(QRegion arg1) |
| QPointArray | op_mult(QPointArray a) |
| QWMatrix | op_mult_assign(QWMatrix arg1) |
| boolean | op_not_equals(QWMatrix arg1) |
| void | reset() |
| QWMatrix | rotate(double a) |
| QWMatrix | scale(double sx, double sy) |
| void | setMatrix(double m11, double m12, double m21, double m22, double dx, double dy) |
| static void | setTransformationMode(int m) |
| QWMatrix | shear(double sh, double sv) |
| static int | transformationMode() |
| QWMatrix | translate(double dx, double dy) |