![]() |
EOS 2
1.1.0
Einfache Objektbasierte Sprache
|

Öffentliche Methoden | |
| Pen () | |
| Point | getPoint () |
Öffentliche Methoden geerbt von de.lathanda.eos.geo.FilledFigure | |
| FilledFigure () | |
| Figure | copy () |
| void | setFillStyle (FillStyle fillStyle) |
| FillStyle | getFillStyle () |
| void | setFillColor (MutableColor color) |
| MutableColor | getFillColor () |
| FillDescriptor | getFillDescriptor () |
Ö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 () |
Geschützte Methoden | |
| void | drawObject (Picture p) |
| void | scaleInternal (double factor) |
| void | fireLayoutChanged () |
| BalancePoint | getBalancePoint () |
| BoundingBox | calculateBoundingBox (Transform base, Transform own) |
Geschützte Methoden geerbt von de.lathanda.eos.geo.FilledFigure | |
| void | beforeDrawing (Picture p) |
Geschützte Methoden geerbt von de.lathanda.eos.geo.Figure | |
| void | moveToInternal (double x, double y) |
| void | moveInternal (double x, double y) |
| void | resetTransformation () |
| double | getRotationInternal () |
| void | transformMirrorX () |
| void | transformMirrorY () |
| Point | getAbsolutePosition () |
| Point | getTransformedPosition (Point point) |
| Point | getRelativePosition (Point absolute) |
| void | changeTransformation (Figure relativeTo) |
| void | restoreTransformation (Group relativeTo) |
| BoundingBox | calculateBoundingBox (Transform base) |
Weitere Geerbte Elemente | |
Geschützte Attribute geerbt von de.lathanda.eos.geo.FilledFigure | |
| FillDescriptor | fill |
Geschützte Attribute geerbt von de.lathanda.eos.geo.LineFigure | |
| LineDescriptor | line |
Geschützte Attribute geerbt von de.lathanda.eos.geo.Figure | |
| FigureGroup | group |
| Transform | transform |
Hilfsklasse für den Plotter (Turtle). Sie repräsentiert den Zeichenstift.
|
protected |
Erneute Implementation von de.lathanda.eos.geo.Figure.
|
protected |
Erneute Implementation von de.lathanda.eos.geo.Figure.
|
protected |
Wird von Figuren aufgerufen, wenn sich die Form verändert hat und es notwendig ist Gruppen etc. neu zu zentrieren, impliziert wird auch neu gezeichnet.
Erneute Implementation von de.lathanda.eos.geo.Figure.
|
protected |
Erneute Implementation von de.lathanda.eos.geo.Figure.
|
protected |
Eine Streckung findet statt. Interne Maße müssen an die neue Streckung angepasst werden.
| factor |
Erneute Implementation von de.lathanda.eos.geo.Figure.