java.lang.Object
net.trpfrog.medipro_game.symbol.Symbol
net.trpfrog.medipro_game.mini_game.moons_work.symbols.Alert
すべての実装されたインタフェース:
Drawable

public class Alert
extends Symbol
implements Drawable
  • コンストラクタの詳細

    • Alert

      public Alert()
  • メソッドの詳細

    • setAlertLevel

      public void setAlertLevel​(int alertLevel)
    • draw

      public void draw​(java.awt.Graphics2D g)
      インタフェースからコピーされた説明: Drawable
      MainViewに描画するpaintComponentの中身を定義します。
      定義:
      draw インタフェース内 Drawable
      パラメータ:
      g - MainViewのpaintComponentから渡されるGraphics2D