|
| Line () |
|
void | setX1 (double x) |
|
double | getX1 () |
|
void | setX2 (double x) |
|
double | getX2 () |
|
void | setY1 (double y) |
|
double | getY1 () |
|
void | setY2 (double y) |
|
double | getY2 () |
|
void | setPoint1 (double x, double y) |
|
void | setPoint2 (double x, double y) |
|
void | setPoints (double x1, double y1, double x2, double y2) |
|
Figure | copy () |
|
double | getLength () |
|
Öffentliche Methoden geerbt von de.lathanda.eos.geo.LineFigure |
| LineFigure () |
|
void | setLineColor (MutableColor color) |
|
MutableColor | getLineColor () |
|
void | setLineStyle (LineStyle linestyle) |
|
LineStyle | getLineStyle () |
|
void | setLineWidth (double width) |
|
double | getLineWidth () |
|
LineDescriptor | getLineDescriptor () |
|
Öffentliche Methoden geerbt von de.lathanda.eos.geo.Figure |
| Figure () |
|
void | draw (Picture g) |
|
void | setVisible (boolean visible) |
|
boolean | getVisible () |
|
void | fireDataChanged () |
|
void | free () |
|
void | move (double dx, double dy) |
|
void | moveTo (double x, double y) |
|
double | getX () |
|
void | setX (double x) |
|
double | getY () |
|
void | setY (double y) |
|
void | rotate (double angle) |
|
void | setRotation (double angle) |
|
double | getRotation () |
|
void | rotateAround (double x, double y, double angle) |
|
void | scaleAt (double x, double y, double factor) |
|
void | scale (double factor) |
|
BoundingBox | getBound () |
|
void | alignLeftTop (double left, double top) |
|
void | alignRightBottom (double right, double bottom) |
|
void | alignLeft (double left) |
|
void | alignRight (double right) |
|
void | alignTop (double top) |
|
void | alignBottom (double bottom) |
|
String | getAngleText () |
|
boolean | getMirrored () |
|
Einfache Linie.
- Autor
- Peter (Lathanda) Schneider
Definiert in Zeile 16 der Datei Line.java.