クラス GalaxyExpressModel
java.lang.Object
net.trpfrog.medipro_game.scene.GameModel
net.trpfrog.medipro_game.mini_game.galaxy_express.GalaxyExpressModel
- すべての実装されたインタフェース:
java.awt.event.ActionListener
,java.util.EventListener
,GameMVC
,Suspendable
public class GalaxyExpressModel extends GameModel implements java.awt.event.ActionListener
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 GalaxyExpressModel()
-
メソッドの概要
修飾子とタイプ メソッド 説明 void
actionPerformed(java.awt.event.ActionEvent e)
Background
getBackground()
int
getCounter()
int
getTrainNums()
MovableSymbolManager<Train>
getTrains()
void
resume()
動作の再開を定義します。void
suspend()
動作の停止を定義します。クラスから継承されたメソッド net.trpfrog.medipro_game.scene.GameModel
addSymbol, getSymbolsList
クラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
コンストラクタの詳細
-
GalaxyExpressModel
public GalaxyExpressModel()
-
-
メソッドの詳細
-
getTrains
-
getBackground
-
getCounter
public int getCounter() -
getTrainNums
public int getTrainNums() -
suspend
public void suspend()インタフェースからコピーされた説明:Suspendable
動作の停止を定義します。- 定義:
suspend
インタフェース内Suspendable
-
resume
public void resume()インタフェースからコピーされた説明:Suspendable
動作の再開を定義します。- 定義:
resume
インタフェース内Suspendable
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)- 定義:
actionPerformed
インタフェース内java.awt.event.ActionListener
-