Package graph
Interface Hilfe
-
- All Known Implementing Classes:
Hilfefenster
public interface Hilfe
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidappend(String text)voidindentLess()voidindentMore()voidloescheAlles()voidsetGraphPlotter(GraphPlotter gp)voidsetReviewAllowed(boolean a)
-
-
-
Method Detail
-
loescheAlles
void loescheAlles()
-
append
void append(String text)
-
indentMore
void indentMore()
-
indentLess
void indentLess()
-
setGraphPlotter
void setGraphPlotter(GraphPlotter gp)
-
setReviewAllowed
void setReviewAllowed(boolean a)
-
-