クラス BackgroundModel


public class BackgroundModel extends GridObjectModel
背景のモデル.
  • フィールド詳細

  • コンストラクタの詳細

    • BackgroundModel

      public BackgroundModel(World world, Optional<BufferedImage> image)
      背景のモデルを生成する.
      パラメータ:
      world - ワールド
      image - 画像
    • BackgroundModel

      public BackgroundModel(World world)
      背景のモデルを生成する.
      パラメータ:
      world - ワールド
    • BackgroundModel

      public BackgroundModel(World world, int width, int height)
      背景のモデルを生成する.
      パラメータ:
      world - ワールド
      width - 画像の横幅
      height - 画像の縦幅