A C E G I N O P Q R S T W

A

action(Event, Object) - Method in class AlgoTools.InputDevice
 
action(Event, Object) - Method in class AlgoTools.ProgApplet
 
AlgoTools - package AlgoTools
 
append(String) - Method in class AlgoTools.IOAppletServer
 
append(String) - Method in class AlgoTools.IOS
 
append(String) - Method in class AlgoTools.IOServer
 
append(String) - Method in class AlgoTools.OutputDevice
 

C

className - Variable in class AlgoTools.ProgApplet
 
clear() - Method in class AlgoTools.IOAppletServer
 
clear() - Method in class AlgoTools.IOS
 
clear() - Method in class AlgoTools.IOServer
 
clear() - Method in class AlgoTools.OutputDevice
 
clear - Variable in class AlgoTools.ProgApplet
 
clearScreen() - Static method in class AlgoTools.IO
Löscht den Bildschirminhalt.
close() - Method in class AlgoTools.InputDevice
 
connect(InputDevice, OutputDevice) - Static method in class AlgoTools.IOAppletServer
 

E

error(String, int) - Static method in class AlgoTools.IO
Die Methode gibt den uebergegebenen String als Fehlermeldung aus und bricht dann das Programm ab.
error(String) - Static method in class AlgoTools.IO
Die Methode gibt den uebergegebenen String als Fehlermeldung aus und bricht dann das Programm ab.

G

getLine(String) - Method in class AlgoTools.InputDevice
 
getLine(String) - Method in class AlgoTools.IOAppletServer
 
getLine(String) - Method in class AlgoTools.IOS
 
getLine(String) - Method in class AlgoTools.IOServer
 

I

in - Variable in class AlgoTools.ProgApplet
 
info - Variable in class AlgoTools.ProgApplet
 
init() - Method in class AlgoTools.ProgApplet
 
initAppletExecution() - Static method in class AlgoTools.IO
 
initProg() - Method in class AlgoTools.ProgApplet
 
InputDevice - Class in AlgoTools
 
InputDevice() - Constructor for class AlgoTools.InputDevice
 
IO - Class in AlgoTools
Die Klasse IO beinhaltet Methoden zum Einlesen und Ausgeben von Daten.
IO() - Constructor for class AlgoTools.IO
 
IOAppletServer - Class in AlgoTools
 
IOAppletServer() - Constructor for class AlgoTools.IOAppletServer
 
IOS - Class in AlgoTools
 
IOS() - Constructor for class AlgoTools.IOS
 
IOServer - Class in AlgoTools
 
IOServer() - Constructor for class AlgoTools.IOServer
 

N

NL - Static variable in class AlgoTools.IOS
 

O

out - Variable in class AlgoTools.ProgApplet
 
OutputDevice - Class in AlgoTools
 
OutputDevice() - Constructor for class AlgoTools.OutputDevice
 

P

print(String) - Static method in class AlgoTools.IO
Gibt einen String auf dem Bildschirm aus.
print(long) - Static method in class AlgoTools.IO
Gibt einen Longwert auf dem Bildschirm aus.
print(double) - Static method in class AlgoTools.IO
Gibt einen Doublewert auf dem Bildschirm aus.
print(char) - Static method in class AlgoTools.IO
Gibt einen Character auf dem Bildschirm aus.
print(char[]) - Static method in class AlgoTools.IO
Gibt ein Array von Charactern auf dem Bildschirm aus.
print(boolean) - Static method in class AlgoTools.IO
Gibt einen Boolean auf dem Bildschirm aus.
print(Object) - Static method in class AlgoTools.IO
Gibt ein Object auf dem Bildschirm aus.
print(String, int) - Static method in class AlgoTools.IO
Gibt einen String auf dem Bildschirm in formatierter Länge aus.
print(long, int) - Static method in class AlgoTools.IO
Gibt einen Longwert auf dem Bildschirm in formatierter Länge aus.
print(double, int) - Static method in class AlgoTools.IO
Gibt einen Doublewert auf dem Bildschirm in formatierter Länge aus.
print(char, int) - Static method in class AlgoTools.IO
Gibt einen Character auf dem Bildschirm in formatierter Länge aus.
print(char[], int) - Static method in class AlgoTools.IO
Gibt einen Character-Array auf dem Bildschirm in formatierter Länge aus.
print(boolean, int) - Static method in class AlgoTools.IO
Gibt einen Boolean auf dem Bildschirm in formatierter Länge aus.
print(Object, int) - Static method in class AlgoTools.IO
Gibt ein Object auf dem Bildschirm in formatierter Länge aus.
print(double, int, int, boolean) - Static method in class AlgoTools.IO
Gibt einen Doublewert auf dem Bildschirm in formatierter Länge,Form und Genauigkeit aus.
print(double, int, int) - Static method in class AlgoTools.IO
Funkioniert wie print(double, int, int, boolean) mit der Annahme, da sci auf false gesetzt ist.
println(String) - Static method in class AlgoTools.IO
Gibt einen String mit abschließendem Zeilenumbruch auf dem Bildschirm aus.
println() - Static method in class AlgoTools.IO
Gibt einen Zeilenumbruch auf dem Bildschirm aus.
println(long) - Static method in class AlgoTools.IO
Gibt einen Longwert und einen Zeilenumbruch auf dem Bildschirm aus.
println(double) - Static method in class AlgoTools.IO
Gibt einen Doublewert und einen Zeilenumbruch auf dem Bildschirm aus.
println(char) - Static method in class AlgoTools.IO
Gibt einen Character und einen Zeilenumbruch auf dem Bildschirm aus.
println(char[]) - Static method in class AlgoTools.IO
Gibt ein Array von Charactern und einen Zeilenumbruch auf dem Bildschirm aus.
println(boolean) - Static method in class AlgoTools.IO
Gibt einen Boolean und einen Zeilenumbruch auf dem Bildschirm aus.
println(Object) - Static method in class AlgoTools.IO
Gibt ein Object und einen Zeilenumbruch auf dem Bildschirm aus.
println(String, int) - Static method in class AlgoTools.IO
Gibt einen String und einen Zeilenumbruch auf dem Bildschirm in formatierter Länge aus.
println(long, int) - Static method in class AlgoTools.IO
Gibt einen Longwert und einen Zeilenumbruch auf dem Bildschirm in formatierter Länge aus.
println(double, int) - Static method in class AlgoTools.IO
Gibt einen Doublewert und einen Zeilenumbruch auf dem Bildschirm in formatierter Länge aus.
println(char, int) - Static method in class AlgoTools.IO
Gibt einen Character und einen Zeilenumbruch auf dem Bildschirm in formatierter Länge aus.
println(char[], int) - Static method in class AlgoTools.IO
Gibt einen Character-Array und einen Zeilenumbruch auf dem Bildschirm in formatierter Länge aus.
println(boolean, int) - Static method in class AlgoTools.IO
Gibt einen Boolean und eine Zeilenumbruch auf dem Bildschirm in formatierter Länge aus.
println(Object, int) - Static method in class AlgoTools.IO
Gibt ein Object und einen Zeilenumbruch auf dem Bildschirm in formatierter Länge aus.
println(double, int, int, boolean) - Static method in class AlgoTools.IO
Funktioniert wie print(double, int, int, boolean) und gibt zusätzlich einen Zeilenumbruch auf dem Bildschirm aus.
println(double, int, int) - Static method in class AlgoTools.IO
Funktioniert wie print(double, int, int, boolean) mit der Annahme, da sci auf false gesetzt wurde und gibt zusätzlich einen Zeilenumbruch auf dem Bildschirm aus.
prog - Variable in class AlgoTools.ProgApplet
 
ProgApplet - Class in AlgoTools
 
ProgApplet() - Constructor for class AlgoTools.ProgApplet
 

Q

quit(String, int) - Method in class AlgoTools.IOAppletServer
 
quit(String, int) - Method in class AlgoTools.IOS
 
quit(String, int) - Method in class AlgoTools.IOServer
 

R

readBoolean(String) - Static method in class AlgoTools.IO
Gibt einen Text aus, liest einen String ein und liefert einen Boolean zurück.
readBoolean() - Static method in class AlgoTools.IO
Liest einen String ein und liefert einen Boolean zurück.
readByte(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in einen Bytewert umgewandelt und zurückgegeben wird.
readByte() - Static method in class AlgoTools.IO
Liest einen String ein, der in einen Bytewert umgewandelt und zurückgegeben wird.
readBytes(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in ein Array von Bytewerten umgewandelt wird, das zurückgegeben wird.
readBytes(String, int) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in ein Array mit fester Anzahl von Bytewerten umgewandelt wird, das zurückgegeben wird.
readBytes() - Static method in class AlgoTools.IO
Liest einen String ein, der in ein Array von Bytewerten umgewandelt wird, das zurückgegeben wird.
readBytes(int) - Static method in class AlgoTools.IO
Liest einen String ein, der in ein Array mit fester Anzahl von Bytewerten umgewandelt wird, das zurückgegeben wird.
readChar(String) - Static method in class AlgoTools.IO
Gibt einen Text aus, liest dann einen String ein und gibt das erste Zeichen zurück.
readChar() - Static method in class AlgoTools.IO
Liest einen String ein und gibt das erste Zeichen zurück.
readChars(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der als Array von Charactern zurückgegeben wird.
readChars() - Static method in class AlgoTools.IO
Liest einen String ein, der als Array von Charactern zurückgegeben wird.
readDouble(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in einen Doublewert umgewandelt und zurückgegeben wird.
readDouble() - Static method in class AlgoTools.IO
Liest dann einen String ein, der in einen Doublewert umgewandelt und zurückgegeben wird.
readDoubles(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in ein Array von Doublewerten umgewandelt wird, das zurückgegeben wird.
readDoubles(String, int) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in ein Array mit fester Anzahl von Doublewerten umgewandelt wird, das zurückgegeben wird.
readDoubles() - Static method in class AlgoTools.IO
Liest einen String ein, der in ein Array von Doublewerten umgewandelt wird, das zurückgegeben wird.
readDoubles(int) - Static method in class AlgoTools.IO
Liest einen String ein, der in ein Array mit fester Anzahl von Doublewerten umgewandelt wird, das zurückgegeben wird.
readFloat(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in einen Floatwert umgewandelt und zurückgegeben wird.
readFloat() - Static method in class AlgoTools.IO
Liest einen String ein, der in einen Floatwert umgewandelt und zurückgegeben wird.
readFloats(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in ein Array von Floatwerten umgewandelt wird, das zurückgegeben wird.
readFloats(String, int) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in ein Array mit fester Anzahl von Floatwerten umgewandelt wird, das zurückgegeben wird.
readFloats() - Static method in class AlgoTools.IO
Liest einen String ein, der in ein Array von Floatwerten umgewandelt wird, das zurückgegeben wird.
readFloats(int) - Static method in class AlgoTools.IO
Liest einen String ein, der in ein Array mit fester Anzahl von Floatwerten umgewandelt wird, das zurückgegeben wird.
readInt(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in einen Integerwert umgewandelt und zurückgegeben wird.
readInt() - Static method in class AlgoTools.IO
Liest einen String ein, der in einen Integerwert umgewandelt und zurückgegeben wird.
readInts(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in ein Array von Integerwerten umgewandelt wird, das zurückgegeben wird.
readInts(String, int) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in ein Array mit fester Anzahl von Integerwerten umgewandelt wird, das zurückgegeben wird.
readInts() - Static method in class AlgoTools.IO
Liest einen String ein, der in ein Array von Integerwerten umgewandelt wird, das zurückgegeben wird.
readInts(int) - Static method in class AlgoTools.IO
Liest einen String ein, der in ein Array mit fester Anzahl von Integerwerten umgewandelt wird, das zurückgegeben wird.
readLine(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der zurückgegeben wird.
readLine() - Static method in class AlgoTools.IO
Liest einen String ein, der zurückgegeben wird.
readLong(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in einen Longwert umgewandelt und zurückgegeben wird.
readLong() - Static method in class AlgoTools.IO
Liest einen String ein, der in einen Longwert umgewandelt und zurückgegeben wird.
readLongs(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in ein Array von Longwerten umgewandelt wird, das zurückgegeben wird.
readLongs(String, int) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in ein Array mit fester Anzahl von Longwerten umgewandelt wird, das zurückgegeben wird.
readLongs() - Static method in class AlgoTools.IO
Liest einen String ein, der in ein Array von Longwerten umgewandelt wird, das zurückgegeben wird.
readLongs(int) - Static method in class AlgoTools.IO
Liest einen String ein, der in ein Array mit fester Anzahl von Longwerten umgewandelt wird, das zurückgegeben wird.
readShort(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in einen Shortwert umgewandelt und zurückgegeben wird.
readShort() - Static method in class AlgoTools.IO
Liest einen String ein, der in einen Shortwert umgewandelt und zurückgegeben wird.
readShorts(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in ein Array von Shortwerten umgewandelt wird, das zurückgegeben wird.
readShorts(String, int) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der in ein Array mit fester Anzahl von Shortwerten umgewandelt wird, das zurückgegeben wird.
readShorts() - Static method in class AlgoTools.IO
Liest einen String ein, der in ein Array von Shortwerten umgewandelt wird, das zurückgegeben wird.
readShorts(int) - Static method in class AlgoTools.IO
Liest einen String ein, der in ein Array mit fester Anzahl von Shortwerten umgewandelt wird, das zurückgegeben wird.
readString(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der zurückgegeben wird.
readString() - Static method in class AlgoTools.IO
Liest einen String ein, der zurückgegeben wird.
readWords(String) - Static method in class AlgoTools.IO
Gibt einen Text aus und liest dann einen String ein, der als Worte interpretiert und als Stringarray zurückgegeben wird.
readWords() - Static method in class AlgoTools.IO
Liest einen String ein, der als Worte interpretiert und als Stringarray zurückgegeben wird.
reset() - Method in class AlgoTools.InputDevice
 
resetControls() - Method in class AlgoTools.ProgApplet
 

S

start - Variable in class AlgoTools.ProgApplet
 
start() - Method in class AlgoTools.ProgApplet
 
stop - Variable in class AlgoTools.ProgApplet
 
stop() - Method in class AlgoTools.ProgApplet
 

T

TEXT_FONT - Static variable in class AlgoTools.IOAppletServer
 
TEXT_HEIGHT - Static variable in class AlgoTools.IOAppletServer
 
TEXT_WIDTH - Static variable in class AlgoTools.IOAppletServer
 

W

wait(int) - Static method in class AlgoTools.IO
Wartet eine vom Aufrufer zu bestimmende Zeit.

A C E G I N O P Q R S T W