EOS 2  1.1.0
Einfache Objektbasierte Sprache
Öffentliche Methoden | Aufstellung aller Elemente
de.lathanda.eos.gui.objectchart.ObjectCard Klassenreferenz
Klassendiagramm für de.lathanda.eos.gui.objectchart.ObjectCard:
Inheritance graph
[Legende]

Öffentliche Methoden

 ObjectCard (String name, String label, Object target, Type type)
 
void drawUnit (Drawing d)
 
void layoutUnit (Drawing d)
 
- Öffentliche Methoden geerbt von de.lathanda.eos.gui.diagram.Unit
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)
 

Weitere Geerbte Elemente

- 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
 
- 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

Objektkarte

Autor
Peter (Lathanda) Schneider

Definiert in Zeile 19 der Datei ObjectCard.java.

Beschreibung der Konstruktoren und Destruktoren

◆ ObjectCard()

de.lathanda.eos.gui.objectchart.ObjectCard.ObjectCard ( String  name,
String  label,
Object  target,
Type  type 
)

Definiert in Zeile 24 der Datei ObjectCard.java.

Dokumentation der Elementfunktionen

◆ drawUnit()

void de.lathanda.eos.gui.objectchart.ObjectCard.drawUnit ( Drawing  d)

Erneute Implementation von de.lathanda.eos.gui.diagram.Unit.

Definiert in Zeile 37 der Datei ObjectCard.java.

◆ layoutUnit()

void de.lathanda.eos.gui.objectchart.ObjectCard.layoutUnit ( Drawing  d)

Erneute Implementation von de.lathanda.eos.gui.diagram.Unit.

Definiert in Zeile 47 der Datei ObjectCard.java.


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