|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmanager.Action
manager.MoveAction
public class MoveAction
Field Summary | |
---|---|
Piece |
ACTOR
|
int |
FROM_X
|
int |
FROM_Y
|
int |
TO_X
|
int |
TO_Y
|
Fields inherited from class manager.Action |
---|
TYPE |
Constructor Summary | |
---|---|
MoveAction(int x,
int y,
int x2,
int y2,
Piece Actor)
|
Method Summary | |
---|---|
java.lang.String |
action2String()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int FROM_X
public int FROM_Y
public int TO_X
public int TO_Y
public Piece ACTOR
Constructor Detail |
---|
public MoveAction(int x, int y, int x2, int y2, Piece Actor)
Method Detail |
---|
public java.lang.String action2String()
action2String
in class Action
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |