|
Genuts ME API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genuts.gameui.Sprite
com.genuts.gameui.SpotSprite
This sprite is a pink disk, it is only used in TraceSpriteWrapper
TraceSpriteWrapper
Constructor Summary | |
SpotSprite(int w,
int h)
Initializes the sprite. |
Method Summary | |
void |
paint(Graphics g)
Paints the disk of the sprite. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SpotSprite(int w, int h)
w
- Width of the spriteh
- Height of the spriteMethod Detail |
public void paint(Graphics g)
paint
in class Sprite
g
- The graphics context to use for painting.
|
Genuts ME API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |