|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.farafin.snEADy.player.LevelInfo
public class LevelInfo
This is just a class for storing informations. It doesnt contain methods because it doesnt need
to calculate anything. Its just a set of informations for the player.
This class contains all imprortant Informations about the playfield.
Diese Klasse ist zum Speichern von Informationen gedacht. Sie enthällt keine Methoden weil
sie nichts berechnen muss. Es ist nur eine Menge von Informationen für den Spieler.
Diese Klasse enthällt alle wichtigen Informationen über das Spielfeld.
Field Summary | |
---|---|
int |
height
The height of the playField (the same value as playField.length) Die Höhe des Spielfeldes (der gleiche Wert wie auch playField.length) |
java.lang.String |
levelName
The name of the Level / playfield Der Name des Levels / Spielfeldes. |
char[][] |
playField
The playfield. |
int |
width
The width of playField (the same value as playField[0].length) Die Breite des Spielfeldes (dar gleiche Wert wie auch playField[0].length) |
Constructor Summary | |
---|---|
LevelInfo()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String levelName
public int height
public int width
public char[][] playField
PubConstants
Constructor Detail |
---|
public LevelInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |