All Packages Class Hierarchy This Package Previous Next Index
Class cnctGame.feld
java.lang.Object
|
+----cnctGame.feld
- public class feld
- extends Object
-
BLACK_IS_SET
-
-
BLACKNOSET
-
-
breite
-
-
EMPTYFELD
-
-
hoehe
-
-
NOSET
-
-
spielfeld
-
-
WHITE_IS_SET
-
-
WHITENOSET
-
-
feld(int)
-
-
getHeight()
-
-
getposition(int, int)
-
-
getposition(point)
-
-
getValid(point, int)
-
-
getWidth()
-
-
printout()
-
-
setposition(point, int)
-
spielfeld
private byte spielfeld[][]
hoehe
private int hoehe
breite
private int breite
EMPTYFELD
public final byte EMPTYFELD
BLACKNOSET
public final byte BLACKNOSET
BLACK_IS_SET
public final byte BLACK_IS_SET
WHITENOSET
public final byte WHITENOSET
WHITE_IS_SET
public final byte WHITE_IS_SET
NOSET
public final byte NOSET
feld
public feld(int size)
setposition
public boolean setposition(point fpoint,
int color)
getValid
public boolean getValid(point fpoint,
int color)
getposition
public byte getposition(int x,
int y)
getposition
public byte getposition(point fpoint)
getHeight
public int getHeight()
getWidth
public int getWidth()
printout
public void printout()
All Packages Class Hierarchy This Package Previous Next Index