All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cnctGame.feld

java.lang.Object
   |
   +----cnctGame.feld

public class feld
extends Object

Variable Index

 o BLACK_IS_SET
 o BLACKNOSET
 o breite
 o EMPTYFELD
 o hoehe
 o NOSET
 o spielfeld
 o WHITE_IS_SET
 o WHITENOSET

Constructor Index

 o feld(int)

Method Index

 o getHeight()
 o getposition(int, int)
 o getposition(point)
 o getValid(point, int)
 o getWidth()
 o printout()
 o setposition(point, int)

Variables

 o spielfeld
 private byte spielfeld[][]
 o hoehe
 private int hoehe
 o breite
 private int breite
 o EMPTYFELD
 public final byte EMPTYFELD
 o BLACKNOSET
 public final byte BLACKNOSET
 o BLACK_IS_SET
 public final byte BLACK_IS_SET
 o WHITENOSET
 public final byte WHITENOSET
 o WHITE_IS_SET
 public final byte WHITE_IS_SET
 o NOSET
 public final byte NOSET

Constructors

 o feld
 public feld(int size)

Methods

 o setposition
 public boolean setposition(point fpoint,
                            int color)
 o getValid
 public boolean getValid(point fpoint,
                         int color)
 o getposition
 public byte getposition(int x,
                         int y)
 o getposition
 public byte getposition(point fpoint)
 o getHeight
 public int getHeight()
 o getWidth
 public int getWidth()
 o printout
 public void printout()

All Packages  Class Hierarchy  This Package  Previous  Next  Index