jp.gr.java_conf.wffm.gassan.view
インタフェース GStage

既知の実装クラスの一覧:
ConsoleView, GFrame

public interface GStage

舞台のインターフェースクラス


メソッドの概要
 void setEnvironment(GElement env)
          環境を設定
 void setGDirector(GDirector gDirector)
          演出者を設定
 void setScene(GElement scene)
          シーンを設定
 

メソッドの詳細

setEnvironment

public void setEnvironment(GElement env)
環境を設定
パラメータ:
head - 環境の木構造(GElementクラス)

setGDirector

public void setGDirector(GDirector gDirector)
演出者を設定
パラメータ:
gDirector - 演出者(GDirectorクラス)

setScene

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