|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--PlateCollision
This method is used to initializes the xcord int x1.
PRE CONDITOIN : The ball needs o be appear at the bottom.
POST CONDITION : xcoord needs to return through x1.
| Constructor Summary | |
PlateCollision(int xcoord)
This is the constructor with a parameter xcord |
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public PlateCollision(int xcoord)
PRE : The PlateCollision object is not initialized.
POST : The PlateCollision object is initialized.
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||