|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jkururin.Sprite | +--jkururin.RotatingSprite
Title: JKururin
Description: A Kuru Kuru Kururin Clone
Copyright: Copyright (c) 2002 foundation.ath.cx
Company: Empyrie
Field Summary | |
(package private) double |
colrinc
|
(package private) java.awt.Graphics2D |
gBuffer
|
(package private) java.awt.image.BufferedImage |
iBuffer
|
(package private) double |
rinc
|
(package private) double |
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 | |
RotatingSprite()
|
|
RotatingSprite(java.awt.image.BufferedImage[] images)
|
Method Summary | |
void |
cycle()
shoud be redifined by subclasses, currently increments the animation index and transforms the sprite coords to level ones |
Methods inherited from class jkururin.Sprite |
setImage |
Methods inherited from class java.lang.Object |
|
Field Detail |
double rinc
double colrinc
double theta
java.awt.image.BufferedImage iBuffer
java.awt.Graphics2D gBuffer
Constructor Detail |
public RotatingSprite()
public RotatingSprite(java.awt.image.BufferedImage[] images)
Method Detail |
public void cycle()
Sprite
cycle
in class Sprite
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |