|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--PlayerWall
This class is responsible for drawing the wall behind the player's bike. A PlayerWall is associated to each player. It implements the LocationHandler Interface which methods are called from the PlayerKeyNavigator object.
| Method Summary | |
void |
AddCorner(javax.vecmath.Point3f p)
Implementation of LocationHandler interface. |
void |
setColor(javax.vecmath.Color3f cCol)
Sets the wall color. |
void |
SetLocation(javax.vecmath.Point3f p)
Implementation of the LocationHandler interface. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Method Detail |
public void setColor(javax.vecmath.Color3f cCol)
cCol - Wall colorpublic void AddCorner(javax.vecmath.Point3f p)
p - Location of the turnpublic void SetLocation(javax.vecmath.Point3f p)
p - The current player location
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||