mirror of
https://codeberg.org/qg-info-unterricht/zpg-graphentester.git
synced 2026-03-25 04:58:24 +01:00
First Commit (Fobi)
This commit is contained in:
commit
2bff291a51
336 changed files with 88781 additions and 0 deletions
17
graph/Hilfe.java
Normal file
17
graph/Hilfe.java
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
package graph;
|
||||
|
||||
|
||||
public interface Hilfe {
|
||||
|
||||
public abstract void loescheAlles();
|
||||
|
||||
public abstract void append(String text);
|
||||
|
||||
public void indentMore() ;
|
||||
|
||||
public void indentLess() ;
|
||||
|
||||
public void setGraphPlotter(GraphPlotter gp);
|
||||
|
||||
public void setReviewAllowed(boolean a);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue