org.kde.qt
public class QCanvasEllipse extends QCanvasPolygonalItem
| Constructor Summary | |
|---|---|
| protected | QCanvasEllipse(Class dummy) |
| QCanvasEllipse(QCanvas canvas) | |
| QCanvasEllipse(int width, int height, QCanvas canvas) | |
| QCanvasEllipse(int width, int height, int startangle, int angle, QCanvas canvas) | |
| Method Summary | |
|---|---|
| int | angleLength() |
| int | angleStart() |
| QPointArray | areaPoints() |
| boolean | collidesWith(QCanvasItem arg1) |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | drawShape(QPainter arg1) |
| protected void | finalize() Deletes the wrapped C++ instance |
| int | height() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| int | rtti() |
| void | setAngles(int start, int length) |
| void | setSize(int w, int h) |
| int | width() |