クラス 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

      public MovableSymbolManager<Train> getTrains()
    • getBackground

      public Background 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