|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectexample.tilepuzzle.Board.Piece
class Board.Piece
Field Summary | |
---|---|
(package private) boolean |
inv
|
(package private) int |
ix
|
(package private) int |
iy
|
(package private) java.lang.String |
label
|
(package private) int |
serial
|
(package private) int |
x
|
(package private) int |
y
|
Constructor Summary | |
---|---|
Board.Piece(java.lang.String str,
int ser,
int nx,
int ny,
boolean v)
|
Method Summary | |
---|---|
(package private) void |
goHome()
|
(package private) boolean |
isHome()
|
(package private) void |
paint(javax.microedition.lcdui.Graphics g)
|
(package private) void |
setLocation(int nx,
int ny)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.lang.String label
boolean inv
int serial
int ix
int iy
int x
int y
Constructor Detail |
---|
Board.Piece(java.lang.String str, int ser, int nx, int ny, boolean v)
Method Detail |
---|
void setLocation(int nx, int ny)
boolean isHome()
void goHome()
void paint(javax.microedition.lcdui.Graphics g)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |