|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jkururin.Sprite | +--jkururin.RotatingSprite | +--jkururin.Pad
Field Summary | |
(package private) Sprite |
collSprite
|
(package private) double |
colx
|
(package private) double |
coly
|
(package private) int |
currentFcycles
|
(package private) double |
currentMincx
|
(package private) double |
currentMincy
|
(package private) double |
currentRinc
|
(package private) int |
fcycles
|
(package private) boolean |
inCollision
|
(package private) int |
lives
|
(package private) Sprite |
liveSprite
|
(package private) boolean |
moveDown
|
(package private) boolean |
moveLeft
|
(package private) boolean |
moveRight
|
(package private) boolean |
moveUp
|
Fields inherited from class jkururin.RotatingSprite |
colrinc, gBuffer, iBuffer, rinc, theta |
Fields inherited from class jkururin.Sprite |
centerx, centery, collideable, colmincx, colmincy, height, image, images, index, indexinc, level, mincx, mincy, transform, width, x, y |
Constructor Summary | |
Pad()
|
Method Summary | |
void |
collide(Sprite s)
|
void |
cycle(boolean collide)
|
Methods inherited from class jkururin.RotatingSprite |
cycle |
Methods inherited from class jkururin.Sprite |
setImage |
Methods inherited from class java.lang.Object |
|
Field Detail |
int lives
double currentRinc
double currentMincx
double currentMincy
boolean moveRight
boolean moveLeft
boolean moveUp
boolean moveDown
boolean inCollision
double colx
double coly
int currentFcycles
int fcycles
Sprite collSprite
Sprite liveSprite
Constructor Detail |
public Pad()
Method Detail |
public void cycle(boolean collide)
public void collide(Sprite s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |