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

Öffentliche Methoden | |
| abstract void | drawUnit (Drawing d) |
| abstract void | layoutUnit (Drawing d) |
| final void | draw (Drawing d) |
| Font | getFont () |
| void | setFont (Font font) |
| final void | layout (Drawing d) |
| float | getWidth () |
| void | setWidth (float width) |
| void | setOffsetX (float offsetX) |
| float | getOffsetX () |
| float | getBottom () |
| float | getRight () |
| void | setOffsetY (float offsetY) |
| float | getOffsetY () |
| float | getHeight () |
| void | setHeight (float height) |
| void | centerX (float width) |
| void | centerY (float height) |
Geschützte Attribute | |
| float | width |
| float | height |
| float | offsetX = 0 |
| float | offsetY = 0 |
| Font | font = new Font(Font.SANS_SERIF, Font.PLAIN, 12) |
| Color | color = Color.BLACK |
Statische, geschützte Attribute | |
| static final float | INDENT = 1 |
| static final float | BORDER = 1 |
| static final float | SPACE = 5 |
| static final float | SPACEX = 5 |
| static Font | HEADER_FONT = new Font(Font.SANS_SERIF, Font.BOLD, 14) |
| static Font | STANDARD_FONT = new Font(Font.SERIF, Font.PLAIN, 12) |
| void de.lathanda.eos.gui.diagram.Unit.centerX | ( | float | width | ) |
| void de.lathanda.eos.gui.diagram.Unit.centerY | ( | float | height | ) |
| final void de.lathanda.eos.gui.diagram.Unit.draw | ( | Drawing | d | ) |
|
abstract |
Erneute Implementation in de.lathanda.eos.gui.structogram.Statement, de.lathanda.eos.gui.structogram.Sequence, de.lathanda.eos.gui.structogram.Procedure, de.lathanda.eos.gui.structogram.Loop, de.lathanda.eos.gui.structogram.Alternative, de.lathanda.eos.gui.objectchart.ScalingValue, de.lathanda.eos.gui.objectchart.Property, de.lathanda.eos.gui.objectchart.ObjectCard, de.lathanda.eos.gui.objectchart.LineStyleValue, de.lathanda.eos.gui.objectchart.FillStyleValue, de.lathanda.eos.gui.objectchart.DirectionValue, de.lathanda.eos.gui.objectchart.ColorValue, de.lathanda.eos.gui.objectchart.AlignmentValue, de.lathanda.eos.gui.flowchart.Statement, de.lathanda.eos.gui.flowchart.Sequence, de.lathanda.eos.gui.flowchart.Procedure, de.lathanda.eos.gui.flowchart.LoopWhile, de.lathanda.eos.gui.flowchart.LoopTimes, de.lathanda.eos.gui.flowchart.LoopForever, de.lathanda.eos.gui.flowchart.LoopDoWhile, de.lathanda.eos.gui.flowchart.Diamond, de.lathanda.eos.gui.flowchart.Alternative, de.lathanda.eos.gui.diagram.TextUnit und de.lathanda.eos.gui.classchart.ClassUnit.
| final void de.lathanda.eos.gui.diagram.Unit.layout | ( | Drawing | d | ) |
|
abstract |
Erneute Implementation in de.lathanda.eos.gui.structogram.Statement, de.lathanda.eos.gui.structogram.Sequence, de.lathanda.eos.gui.structogram.Procedure, de.lathanda.eos.gui.structogram.Loop, de.lathanda.eos.gui.structogram.Alternative, de.lathanda.eos.gui.objectchart.ScalingValue, de.lathanda.eos.gui.objectchart.Property, de.lathanda.eos.gui.objectchart.ObjectCard, de.lathanda.eos.gui.objectchart.LineStyleValue, de.lathanda.eos.gui.objectchart.FillStyleValue, de.lathanda.eos.gui.objectchart.DirectionValue, de.lathanda.eos.gui.objectchart.ColorValue, de.lathanda.eos.gui.objectchart.AlignmentValue, de.lathanda.eos.gui.flowchart.Statement, de.lathanda.eos.gui.flowchart.Sequence, de.lathanda.eos.gui.flowchart.Procedure, de.lathanda.eos.gui.flowchart.LoopWhile, de.lathanda.eos.gui.flowchart.LoopTimes, de.lathanda.eos.gui.flowchart.LoopForever, de.lathanda.eos.gui.flowchart.LoopDoWhile, de.lathanda.eos.gui.flowchart.Diamond, de.lathanda.eos.gui.flowchart.Alternative, de.lathanda.eos.gui.diagram.TextUnit und de.lathanda.eos.gui.classchart.ClassUnit.
| void de.lathanda.eos.gui.diagram.Unit.setFont | ( | Font | font | ) |
| void de.lathanda.eos.gui.diagram.Unit.setHeight | ( | float | height | ) |
| void de.lathanda.eos.gui.diagram.Unit.setOffsetX | ( | float | offsetX | ) |
| void de.lathanda.eos.gui.diagram.Unit.setOffsetY | ( | float | offsetY | ) |
| void de.lathanda.eos.gui.diagram.Unit.setWidth | ( | float | width | ) |
Erneute Implementation in de.lathanda.eos.gui.structogram.Sequence, de.lathanda.eos.gui.structogram.Loop und de.lathanda.eos.gui.structogram.Alternative.
|
staticprotected |
|
protected |
|
protected |
|
staticprotected |
|
staticprotected |
|
protected |
|
protected |
|
staticprotected |
|
staticprotected |
|
staticprotected |