jp.gr.java_conf.wffm.gassan.view
クラス ConsoleView

java.lang.Object
  |
  +--jp.gr.java_conf.wffm.gassan.view.ConsoleView

public class ConsoleView
extends java.lang.Object
implements GStage

コンソール版サンプルView


コンストラクタの概要
ConsoleView()
          コンストラクタ
 
メソッドの概要
 GDirector getGDirector()
          演出者を取得
 void setEnvironment(GElement env)
          環境を設定
 void setGDirector(GDirector gDirector)
          演出者を設定
 void setScene(GElement scene)
          シーンを設定
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ConsoleView

public ConsoleView()
コンストラクタ
メソッドの詳細

getGDirector

public GDirector getGDirector()
演出者を取得
戻り値:
演出者(GDirectorクラス)

setEnvironment

public void setEnvironment(GElement env)
環境を設定
定義:
インタフェース GStage 内の setEnvironment
パラメータ:
env - 環境の木構造(GElementクラス)

setGDirector

public void setGDirector(GDirector gDirector)
演出者を設定
定義:
インタフェース GStage 内の setGDirector
パラメータ:
gDirector - 演出者(GDirectorクラス)

setScene

public void setScene(GElement scene)
シーンを設定
定義:
インタフェース GStage 内の setScene
パラメータ:
scene - シーンの木構造(GElementクラス).台本終了時はnullをセット.