프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CurPoint | Point |
메소드 | 설명 | |
---|---|---|
ClearPath ( ) : void | ||
CurPointMove ( int action, Graphics g ) : void | ||
Draw ( |
||
FillFlag ( Point p1, Point p2 ) : void | ||
FindPath ( ) : ArrayList | ||
Game ( ) : System | ||
PointMove ( Point p, Graphics g ) : void | ||
getRandomBlock ( ) : void | ||
setBlock ( Random r, ArrayList al, int count, int flag ) : void | ||
setFlag ( Point cp, int level, ArrayList al ) : void |
메소드 | 설명 | |
---|---|---|
getPath ( ArrayList al, Point p ) : void |
public CurPointMove ( int action, Graphics g ) : void | ||
action | int | |
g | Graphics | |
리턴 | void |
public Draw ( |
||
g | ||
Redraw | bool | |
리턴 | void |
public setBlock ( Random r, ArrayList al, int count, int flag ) : void | ||
r | Random | |
al | ArrayList | |
count | int | |
flag | int | |
리턴 | void |
public setFlag ( Point cp, int level, ArrayList al ) : void | ||
cp | Point | |
level | int | |
al | ArrayList | |
리턴 | void |