Property | Type | Description | |
---|---|---|---|
CurPoint | Point |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
getPath ( ArrayList al, Point p ) : void |
public CurPointMove ( int action, Graphics g ) : void | ||
action | int | |
g | Graphics | |
return | void |
public Draw ( |
||
g | ||
Redraw | bool | |
return | void |
public FillFlag ( Point p1, Point p2 ) : void | ||
p1 | Point | |
p2 | Point | |
return | void |
public PointMove ( Point p, Graphics g ) : void | ||
p | Point | |
g | Graphics | |
return | void |
public setBlock ( Random r, ArrayList al, int count, int flag ) : void | ||
r | Random | |
al | ArrayList | |
count | int | |
flag | int | |
return | void |
public setFlag ( Point cp, int level, ArrayList al ) : void | ||
cp | Point | |
level | int | |
al | ArrayList | |
return | void |