|
モバイルの素 | |||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.ObjectSmoke
public class Smoke
爆雲処理
フィールドの概要 | |
---|---|
static int |
SMOKE_BLUE
青の爆雲(自機方向転換時利用) |
static int |
SMOKE_FILL
グレイで塗りつぶしする爆雲 |
static int |
SMOKE_NULL
空 |
static int |
SMOKE_RED
赤の爆雲(自機当り判定時利用) |
int |
time
ライフタイム |
int |
type
タイプ |
int |
x
位置X |
int |
y
位置Y |
メソッドの概要 | |
---|---|
void |
paintFill(Graphics g)
塗りつぶしタイプの描画処理 |
void |
paintLine(Graphics g)
円タイプの描画処理 |
void |
proceed(long elapsed)
定期処理 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final int SMOKE_NULL
public static final int SMOKE_FILL
public static final int SMOKE_RED
public static final int SMOKE_BLUE
public int x
public int y
public int time
public int type
メソッドの詳細 |
---|
public void proceed(long elapsed)
elapsed
- 経過時間public void paintFill(Graphics g)
g
- 描画対象オブジェクトpublic void paintLine(Graphics g)
g
- 描画対象オブジェクト
|
モバイルの素 | |||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |