クラス BackgroundView


public class BackgroundView extends GridObjectView
背景のビュー.
  • コンストラクタの詳細

    • BackgroundView

      public BackgroundView(GridObjectModel model)
      背景のビューを生成する.
      パラメータ:
      model - 対象のモデル
  • メソッドの詳細

    • drawGrid

      public void drawGrid(GameObjectModel model, Graphics2D g, Rectangle grid, int gridX, int gridY)
      クラスからコピーされた説明: GridObjectView
      グリッドを描画する.
      定義:
      drawGrid クラス内 GridObjectView
      パラメータ:
      model - 描画対象のモデル.
      g - 描画対象のGraphics2D.
      grid - グリッドの範囲.この内部に描画する.
      gridX - グリッドのX座標方向のインデックス. 右下が0.
      gridY - グリッドのY座標方向のインデックス. 右下が0.