|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.moyoman.util.igo.PatVec
This class deal with patterns of Igo.
| Field Summary | |
(package private) VecInt |
v1
Vectors to store the data of 8 directions. |
(package private) VecInt |
v2
Vectors to store the data of 8 directions. |
(package private) VecInt |
v3
Vectors to store the data of 8 directions. |
(package private) VecInt |
v4
Vectors to store the data of 8 directions. |
(package private) VecInt |
v5
Vectors to store the data of 8 directions. |
(package private) VecInt |
v6
Vectors to store the data of 8 directions. |
(package private) VecInt |
v7
Vectors to store the data of 8 directions. |
(package private) VecInt |
v8
Vectors to store the data of 8 directions. |
| Constructor Summary | |
PatVec()
|
|
| Method Summary | |
(package private) void |
assign(int[][] arr)
Store data of 8 directions. |
(package private) void |
oriAdd(int val)
Set data to the main vector. |
(package private) void |
subAdd0()
Add 0 to sub vectors. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
VecInt v1
VecInt v2
VecInt v3
VecInt v4
VecInt v5
VecInt v6
VecInt v7
VecInt v8
| Constructor Detail |
public PatVec()
| Method Detail |
void assign(int[][] arr)
arr - The target array to get data in.void oriAdd(int val)
val - The value to set.void subAdd0()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||