Uses of Class
main.verarbeitung.OutOfMatrixException

Packages that use OutOfMatrixException
main.verarbeitung   
 

Uses of OutOfMatrixException in main.verarbeitung
 

Methods in main.verarbeitung that throw OutOfMatrixException
 void Matrix.setSperrfeld(int y, int x)
          Diese Funktion setzt ein Sperrfeld in der Matrix.
 void Matrix.setStartpunkt(int y, int x)
          Diese Funktion speichert den Startpunkt für die Sprungfolge.