![]() |
EOS 2
1.1.0
Einfache Objektbasierte Sprache
|
Öffentliche Methoden | |
Graphic () | |
void | loadImage (String filename) |
void | setScalingMode (Scaling mode) |
Scaling | getScalingMode () |
void | stretchImage () |
void | cutImage () |
void | fitImage () |
Scaling | getMode () |
String | getImage () |
![]() | |
Rectangle () | |
void | setWidth (double width) |
double | getWidth () |
void | setHeight (double height) |
double | getHeight () |
void | setCorners (double left, double top, double right, double bottom) |
void | setLeftTop (double left, double top) |
void | setRightBottom (double right, double bottom) |
double | getLeft () |
double | getRight () |
double | getTop () |
double | getBottom () |
void | setLeft (double left) |
void | setRight (double right) |
void | setTop (double top) |
void | setBottom (double bottom) |
![]() | |
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) |
BalancePoint | getBalancePoint () |
BoundingBox | calculateBoundingBox (Transform base, Transform own) |
![]() | |
void | beforeDrawing (Picture p) |
![]() | |
void | fireLayoutChanged () |
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 | |
![]() | |
double | width |
double | height |
![]() | |
FillDescriptor | fill |
![]() | |
LineDescriptor | line |
![]() | |
FigureGroup | group |
Transform | transform |
Bildrechteck.
Definiert in Zeile 18 der Datei Graphic.java.
de.lathanda.eos.geo.Graphic.Graphic | ( | ) |
Definiert in Zeile 23 der Datei Graphic.java.
void de.lathanda.eos.geo.Graphic.cutImage | ( | ) |
Definiert in Zeile 52 der Datei Graphic.java.
|
protected |
Erneute Implementation von de.lathanda.eos.geo.Rectangle.
Definiert in Zeile 30 der Datei Graphic.java.
void de.lathanda.eos.geo.Graphic.fitImage | ( | ) |
Definiert in Zeile 56 der Datei Graphic.java.
String de.lathanda.eos.geo.Graphic.getImage | ( | ) |
Definiert in Zeile 63 der Datei Graphic.java.
Scaling de.lathanda.eos.geo.Graphic.getMode | ( | ) |
Definiert in Zeile 60 der Datei Graphic.java.
Scaling de.lathanda.eos.geo.Graphic.getScalingMode | ( | ) |
Definiert in Zeile 45 der Datei Graphic.java.
void de.lathanda.eos.geo.Graphic.loadImage | ( | String | filename | ) |
Definiert in Zeile 36 der Datei Graphic.java.
void de.lathanda.eos.geo.Graphic.setScalingMode | ( | Scaling | mode | ) |
Definiert in Zeile 41 der Datei Graphic.java.
void de.lathanda.eos.geo.Graphic.stretchImage | ( | ) |
Definiert in Zeile 48 der Datei Graphic.java.