クラス WindowView

実装されているすべてのインターフェース:
ControlView
既知の直属サブクラス
DialogView

public class WindowView extends AbstractView
WindowView は、ビュー自体内の領域を定義する View です。
  • コンストラクターの詳細

    • WindowView

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

    • setBackgroundColor

      public void setBackgroundColor(int backgroundColor)
      背景色を設定します。色が null に設定されている場合は、背景を empty に設定する必要があることを示し、レイヤーが不透明になる可能性があります。
      パラメーター:
      backgroundColor - 背景色
    • getBackgroundStyle

      protected StringSE getBackgroundStyle()
    • drawInternal

      protected void drawInternal(Screen screen)
      クラスからコピーされた説明: AbstractView
      コンポーネント内部の描画方法。クラスを実装するには、Screen に何かを描画するためにこのメソッドを定義する必要があります。
      次で指定:
      クラス AbstractViewdrawInternal 
      パラメーター:
      screen - スクリーン
    • getInnerRect

      protected Rectangle getInnerRect()
      このビューの内側の長方形を取得します。
      戻り値:
      このビューの内側の長方形