|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.puzzle.drop.util.PieceDropper.PieceDropInfo
public static class PieceDropper.PieceDropInfo
A class to hold information detailing the pieces to be dropped in a particular column.
| Field Summary | |
|---|---|
int |
col
The column number. |
int |
dist
The distance to drop the pieces. |
int[] |
pieces
The pieces to be dropped. |
int |
row
The starting row of the bottom piece being dropped. |
| Constructor Summary | |
|---|---|
PieceDropper.PieceDropInfo(int col,
int row,
int dist)
Constructs a piece drop info object. |
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int row
public int col
public int dist
public int[] pieces
| Constructor Detail |
|---|
public PieceDropper.PieceDropInfo(int col,
int row,
int dist)
| Method Detail |
|---|
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||