|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--jp.gr.java_conf.wffm.gassan.view.ConsoleView
コンソール版サンプル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 |
コンストラクタの詳細 |
public ConsoleView()
メソッドの詳細 |
public GDirector getGDirector()
public void setEnvironment(GElement env)
env
- 環境の木構造(GElementクラス)public void setGDirector(GDirector gDirector)
gDirector
- 演出者(GDirectorクラス)public void setScene(GElement scene)
scene
- シーンの木構造(GElementクラス).台本終了時はnullをセット.
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |