EOS 2  1.1.0
Einfache Objektbasierte Sprache
Geschützte Attribute | Aufstellung aller Elemente
de.lathanda.eos.gui.flowchart.ConnectedUnit Klassenreferenzabstract
Klassendiagramm für de.lathanda.eos.gui.flowchart.ConnectedUnit:
Inheritance graph
[Legende]

Geschützte Attribute

boolean needsIncomingArrow = true
 
boolean neverEnds = false
 
- Geschützte Attribute geerbt von de.lathanda.eos.gui.diagram.Unit
float width
 
float height
 
float offsetX = 0
 
float offsetY = 0
 
Font font = new Font(Font.SANS_SERIF, Font.PLAIN, 12)
 
Color color = Color.BLACK
 

Weitere Geerbte Elemente

- Öffentliche Methoden geerbt von de.lathanda.eos.gui.diagram.Unit
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)
 
- Statische, geschützte Attribute geerbt von de.lathanda.eos.gui.diagram.Unit
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)
 

Ausführliche Beschreibung

Basisklasse für alle Kontrollflussdiagrammteile.

Autor
Peter (Lathanda) Schneider
Seit
0.8

Definiert in Zeile 11 der Datei ConnectedUnit.java.

Dokumentation der Datenelemente

◆ needsIncomingArrow

boolean de.lathanda.eos.gui.flowchart.ConnectedUnit.needsIncomingArrow = true
protected

Definiert in Zeile 12 der Datei ConnectedUnit.java.

◆ neverEnds

boolean de.lathanda.eos.gui.flowchart.ConnectedUnit.neverEnds = false
protected

Definiert in Zeile 13 der Datei ConnectedUnit.java.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:
Impressum