|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.microedition.lcdui.game.Layer
javax.microedition.lcdui.game.Sprite
pakiet_gra_platformowa.Pocisk
public class Pocisk
Field Summary | |
---|---|
static int |
BOHATER
|
static int |
WROG
|
Fields inherited from class javax.microedition.lcdui.game.Sprite |
---|
TRANS_MIRROR, TRANS_MIRROR_ROT180, TRANS_MIRROR_ROT270, TRANS_MIRROR_ROT90, TRANS_NONE, TRANS_ROT180, TRANS_ROT270, TRANS_ROT90 |
Constructor Summary | |
---|---|
Pocisk(int _nr_planszy_x,
javax.microedition.lcdui.Image im,
boolean _kierunek,
javax.microedition.lcdui.game.TiledLayer _tekstura,
int _rodzaj)
|
Method Summary | |
---|---|
int |
getRodzaj()
|
void |
ruch()
|
boolean |
zakonczone()
|
Methods inherited from class javax.microedition.lcdui.game.Sprite |
---|
collidesWith, collidesWith, collidesWith, defineCollisionRectangle, defineReferencePixel, getFrame, getFrameSequenceLength, getRawFrameCount, getRefPixelX, getRefPixelY, nextFrame, paint, prevFrame, setFrame, setFrameSequence, setImage, setRefPixelPosition, setTransform |
Methods inherited from class javax.microedition.lcdui.game.Layer |
---|
getHeight, getWidth, getX, getY, isVisible, move, setPosition, setVisible |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int BOHATER
public static final int WROG
Constructor Detail |
---|
public Pocisk(int _nr_planszy_x, javax.microedition.lcdui.Image im, boolean _kierunek, javax.microedition.lcdui.game.TiledLayer _tekstura, int _rodzaj)
Method Detail |
---|
public boolean zakonczone()
public void ruch()
public int getRodzaj()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |