![]() |
EOS 2
1.1.0
Einfache Objektbasierte Sprache
|
Öffentliche Methoden | |
FlowChart () | |
void | init (BackgroundCompiler bc) |
void | deinit (BackgroundCompiler bc) |
void | compileComplete (LinkedList< ErrorInformation > errors, AbstractProgram program) |
BufferedImage | export (float dpi) |
void | render (Graphics2D g) |
![]() | |
Diagram (String title) | |
final String | getTitle () |
Geschützte Methoden | |
void | paintComponent (Graphics g) |
Kontrollflussdiagramm.
Definiert in Zeile 26 der Datei FlowChart.java.
de.lathanda.eos.gui.flowchart.FlowChart.FlowChart | ( | ) |
Definiert in Zeile 32 der Datei FlowChart.java.
void de.lathanda.eos.gui.flowchart.FlowChart.compileComplete | ( | LinkedList< ErrorInformation > | errors, |
AbstractProgram | program | ||
) |
Implementiert de.lathanda.eos.baseparser.CompilerListener.
Definiert in Zeile 55 der Datei FlowChart.java.
void de.lathanda.eos.gui.flowchart.FlowChart.deinit | ( | BackgroundCompiler | bc | ) |
Entfernt alle Ereignisse.
bc | Compiler |
Erneute Implementation von de.lathanda.eos.gui.diagram.Diagram.
Definiert in Zeile 50 der Datei FlowChart.java.
BufferedImage de.lathanda.eos.gui.flowchart.FlowChart.export | ( | float | dpi | ) |
Erzeugt eine Bitmap des Diagramms. Die Bitmap muss vom Aufrufer zerstört werden wenn sie nicht mehr benötigt wird.
dpi | Auflösung |
Erneute Implementation von de.lathanda.eos.gui.diagram.Diagram.
Definiert in Zeile 69 der Datei FlowChart.java.
void de.lathanda.eos.gui.flowchart.FlowChart.init | ( | BackgroundCompiler | bc | ) |
Bereitet das Zeichnen vor und registriert Ereignisse.
bc | Compiler |
Erneute Implementation von de.lathanda.eos.gui.diagram.Diagram.
Definiert in Zeile 45 der Datei FlowChart.java.
|
protected |
Definiert in Zeile 39 der Datei FlowChart.java.
void de.lathanda.eos.gui.flowchart.FlowChart.render | ( | Graphics2D | g | ) |
Definiert in Zeile 104 der Datei FlowChart.java.