|
|||||||||
| Home >> All >> cxtable >> [ xtable_chess overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
cxtable.xtable_chess
Class xTournoUtilities

java.lang.Objectcxtable.xtable_chess.xTournoUtilities
- public class xTournoUtilities
- extends java.lang.Object
| Field Summary | |
(package private) static int |
B
|
(package private) static int |
G
|
(package private) static int |
R
|
(package private) static int |
W
|
| Constructor Summary | |
xTournoUtilities()
|
|
| Method Summary | |
static xChessBox[][] |
create_board()
|
static java.awt.Panel |
getView(xChessBox[][] xcb,
int player)
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
B
static int B
W
static int W
R
static int R
G
static int G
| Constructor Detail |
xTournoUtilities
public xTournoUtilities()
| Method Detail |
create_board
public static xChessBox[][] create_board()
getView
public static java.awt.Panel getView(xChessBox[][] xcb, int player)
main
public static void main(java.lang.String[] args)
|
|||||||||
| Home >> All >> cxtable >> [ xtable_chess overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
cxtable.xtable_chess.xTournoUtilities