|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gecco.game.testgame.ServerTest
Description of the Class
Field Summary | |
(package private) static int |
actionCtr
Description of the Field |
(package private) static byte[] |
cols
Description of the Field |
(package private) static Dimension |
d
Description of the Field |
(package private) static int |
repaintCtr
Description of the Field |
(package private) static HashMap |
role2BufferedImage
Description of the Field |
(package private) static HashMap |
role2Frame
Description of the Field |
(package private) static Server |
server
Description of the Field |
Constructor Summary | |
ServerTest(Server _server)
Constructor for the ServerTest object |
Method Summary | |
static void |
actionCompleted(String role)
Description of the Method |
private void |
initRoleGfx(String role)
Description of the Method |
static void |
refresh(String role)
Description of the Method |
static void |
restorePixel(String role,
int x,
int y)
Description of the Method |
static void |
updatePixel(String role,
int x,
int y,
Color c)
Description of the Method |
Methods inherited from class java.lang.Object |
|
Field Detail |
static int actionCtr
static HashMap role2BufferedImage
static HashMap role2Frame
static Server server
static byte[] cols
static int repaintCtr
static Dimension d
Constructor Detail |
public ServerTest(Server _server)
_server
- Description of ParameterMethod Detail |
private void initRoleGfx(String role)
role
- Description of Parameterpublic static void actionCompleted(String role)
role
- Description of Parameterpublic static void refresh(String role)
role
- Description of Parameterpublic static void updatePixel(String role, int x, int y, Color c)
role
- Description of Parameterx
- Description of Parametery
- Description of Parameterc
- Description of Parameterpublic static void restorePixel(String role, int x, int y)
role
- Description of Parameterx
- Description of Parametery
- Description of Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |