jkururin
Class Pad

java.lang.Object
  |
  +--jkururin.Sprite
        |
        +--jkururin.RotatingSprite
              |
              +--jkururin.Pad

public class Pad
extends RotatingSprite

Version:
 
Author:
root

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

lives

int lives

currentRinc

double currentRinc

currentMincx

double currentMincx

currentMincy

double currentMincy

moveRight

boolean moveRight

moveLeft

boolean moveLeft

moveUp

boolean moveUp

moveDown

boolean moveDown

inCollision

boolean inCollision

colx

double colx

coly

double coly

currentFcycles

int currentFcycles

fcycles

int fcycles

collSprite

Sprite collSprite

liveSprite

Sprite liveSprite
Constructor Detail

Pad

public Pad()
Method Detail

cycle

public void cycle(boolean collide)

collide

public void collide(Sprite s)