クラス 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.GameModeladdSymbol, getSymbolsListクラスから継承されたメソッド java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
コンストラクタの詳細- 
GalaxyExpressModelpublic GalaxyExpressModel()
 
- 
- 
メソッドの詳細- 
getTrains
- 
getBackground
- 
getCounterpublic int getCounter()
- 
getTrainNumspublic int getTrainNums()
- 
suspendpublic void suspend()インタフェースからコピーされた説明:Suspendable動作の停止を定義します。- 定義:
- suspendインタフェース内- Suspendable
 
- 
resumepublic void resume()インタフェースからコピーされた説明:Suspendable動作の再開を定義します。- 定義:
- resumeインタフェース内- Suspendable
 
- 
actionPerformedpublic void actionPerformed(java.awt.event.ActionEvent e)- 定義:
- actionPerformedインタフェース内- java.awt.event.ActionListener
 
 
-