クラス IndicatorUI

java.lang.Object
net.trpfrog.medipro_game.space.ui.IndicatorUI
すべての実装されたインタフェース:
Drawable

public class IndicatorUI
extends java.lang.Object
implements Drawable
  • フィールドの概要

    フィールド
    修飾子とタイプ フィールド 説明
    static boolean LIGHTER_GRAPHICS
    軽量モードでの描画を行うかどうかの設定です。
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ 説明
    IndicatorUI​(SpaceModel model)  
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    void draw​(java.awt.Graphics2D g)
    MainViewに描画するpaintComponentの中身を定義します。

    クラスから継承されたメソッド java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • フィールド詳細

    • LIGHTER_GRAPHICS

      public static final boolean LIGHTER_GRAPHICS
      軽量モードでの描画を行うかどうかの設定です。 これがtrueのとき、バッファにグレアと背景の描画を保存し、 ジオメトリに関して再計算することなく画面にインジケータを表示します。 一部高精細なディスプレイでは表示が荒くなる可能性があります。
      関連項目:
      定数フィールド値
  • コンストラクタの詳細

    • IndicatorUI

      public IndicatorUI​(SpaceModel model)
  • メソッドの詳細

    • draw

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