![]() |
EOS 2
1.1.0
Einfache Objektbasierte Sprache
|
Öffentliche Methoden | |
Pen () | |
Point | getPoint () |
![]() | |
FilledFigure () | |
Figure | copy () |
void | setFillStyle (FillStyle fillStyle) |
FillStyle | getFillStyle () |
void | setFillColor (MutableColor color) |
MutableColor | getFillColor () |
FillDescriptor | getFillDescriptor () |
![]() | |
LineFigure () | |
void | setLineColor (MutableColor color) |
MutableColor | getLineColor () |
void | setLineStyle (LineStyle linestyle) |
LineStyle | getLineStyle () |
void | setLineWidth (double width) |
double | getLineWidth () |
LineDescriptor | getLineDescriptor () |
![]() | |
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) |
![]() | |
void | beforeDrawing (Picture p) |
![]() | |
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 | |
![]() | |
FillDescriptor | fill |
![]() | |
LineDescriptor | line |
![]() | |
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.