Package | net.xFramework.config |
Class | public class DocumentConfig |
Inheritance | DocumentConfig ![]() ![]() ![]() |
Method | Defined by | ||
---|---|---|---|
コンストラクタ
| DocumentConfig | ||
getHAlignLoading():int
ローディングムービークリップオブジェクト表示フラグ取得メソッド
| DocumentConfig | ||
[static]
インスタンス取得メソッド
| DocumentConfig | ||
getShowLoading():Boolean
ローディングムービークリップオブジェクト表示フラグ取得メソッド
| DocumentConfig | ||
getVAlignLoading():int
ローディングムービークリップオブジェクト表示フラグ取得メソッド
| DocumentConfig | ||
parseXML(strXML:String):void
XML解析メソッド
XMLを解析してプロパティに値を設定します。 | DocumentConfig |
DocumentConfig | () | constructor |
public function DocumentConfig()
コンストラクタ
getHAlignLoading | () | method |
public function getHAlignLoading():int
ローディングムービークリップオブジェクト表示フラグ取得メソッド
Returnsint — Alignタイプ
|
getInstance | () | method |
getShowLoading | () | method |
public function getShowLoading():Boolean
ローディングムービークリップオブジェクト表示フラグ取得メソッド
ReturnsBoolean — true:表示, false:非表示
|
getVAlignLoading | () | method |
public function getVAlignLoading():int
ローディングムービークリップオブジェクト表示フラグ取得メソッド
Returnsint — Alignタイプ
|
parseXML | () | method |
public function parseXML(strXML:String):void
XML解析メソッド
XMLを解析してプロパティに値を設定します。
ParametersstrXML:String — XML文字列
|