クラス WarpSystem
java.lang.Object
net.trpfrog.medipro_game.space.WarpSystem
- すべての実装されたインタフェース:
Drawable
public class WarpSystem extends java.lang.Object implements Drawable
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 WarpSystem(SpaceModel model, Rocket rocket)
-
メソッドの概要
修飾子とタイプ メソッド 説明 void
draw(java.awt.Graphics2D g)
MainViewに描画するpaintComponentの中身を定義します。boolean
isWarped()
boolean
isWarping()
WarpSystem
setDestination(int x, int y)
void
warp()
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
コンストラクタの詳細
-
WarpSystem
-
-
メソッドの詳細
-
isWarped
public boolean isWarped() -
isWarping
public boolean isWarping() -
setDestination
-
warp
public void warp() -
draw
public void draw(java.awt.Graphics2D g)インタフェースからコピーされた説明:Drawable
MainViewに描画するpaintComponentの中身を定義します。
-