org.kde.qt
public class QPointArray extends Object implements QtSupport
Constructor Summary | |
---|---|
protected | QPointArray(Class dummy) |
QPointArray() | |
QPointArray(int size) | |
QPointArray(QPointArray a) | |
QPointArray(QRect r, boolean closed) | |
QPointArray(QRect r) | |
QPointArray(int nPoints, short[] points) |
Method Summary | |
---|---|
QPoint | at(int index) |
QRect | boundingRect() |
static void | cleanBuffers() |
QPointArray | copy() |
int | count() |
QPointArray | cubicBezier() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
boolean | isEmpty() |
boolean | isNull() |
void | makeArc(int x, int y, int w, int h, int a1, int a2) |
void | makeArc(int x, int y, int w, int h, int a1, int a2, QWMatrix arg7) |
void | makeEllipse(int x, int y, int w, int h) |
void | point(int i, int[] x, int[] y) |
QPoint | point(int i) |
boolean | putPoints(int index, int nPoints, short[] points) |
boolean | putPoints(int index, int nPoints, QPointArray from, int fromIndex) |
boolean | putPoints(int index, int nPoints, QPointArray from) |
boolean | resize(int size) |
void | setPoint(int i, int x, int y) |
void | setPoint(int i, QPoint p) |
boolean | setPoints(int nPoints, short[] points) |
int | size() |
void | translate(int dx, int dy) |
boolean | truncate(int pos) |