クラス 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() -
メソッドの概要
修飾子とタイプ メソッド 説明 voidactionPerformed(java.awt.event.ActionEvent e)BackgroundgetBackground()intgetCounter()intgetTrainNums()MovableSymbolManager<Train>getTrains()voidresume()動作の再開を定義します。voidsuspend()動作の停止を定義します。クラスから継承されたメソッド 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
-