org.kde.qt
public class QCanvasLine extends QCanvasPolygonalItem
| Constructor Summary | |
|---|---|
| protected | QCanvasLine(Class dummy) |
| QCanvasLine(QCanvas canvas) | |
| Method Summary | |
|---|---|
| QPointArray | areaPoints() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | drawShape(QPainter arg1) |
| QPoint | endPoint() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| void | moveBy(double dx, double dy) |
| int | rtti() |
| void | setPen(QPen p) |
| void | setPoints(int x1, int y1, int x2, int y2) |
| QPoint | startPoint() |