全件検索で「クラス」を検索した結果、66件ヒットしました。
BevelFilter (flash.filters.BevelFilter) クラス
BitmapData (flash.display.BitmapData) クラス
BitmapFilter (flash.filters.BitmapFilter) クラス
BlurFilter (flash.filters.BlurFilter) クラス
capabilities (System.capabilities) クラス
ColorMatrixFilter (flash.filters.ColorMatrixFilter) クラス
ColorTransform (flash.geom.ColorTransform) クラス
ConvolutionFilter (flash.filters.ConvolutionFilter) クラス
DisplacementMapFilter (flash.filters.DisplacementMapFilter) クラス
DropShadowFilter (flash.filters.DropShadowFilter) クラス
ExternalInterface (flash.external.ExternalInterface) クラス
FileReference (flash.net.FileReference) クラス
FileReferenceList (flash.net.FileReferenceList) クラス
GlowFilter (flash.filters.GlowFilter) クラス
GradientBevelFilter (flash.filters.GradientBevelFilter) クラス
GradientGlowFilter (flash.filters.GradientGlowFilter) クラス
Matrix (flash.geom.Matrix) クラス
Rectangle (flash.geom.Rectangle) クラス
security (System.security) クラス
StyleSheet (TextField.StyleSheet) クラス
TextRenderer (flash.text.TextRenderer) クラス
Object クラス
使用可能バージョン【FlashPlayer5
】
使用可能ActionScriptバージョン【ActionScript1.0
】
public class Object
Object クラスは、ActionScript クラス階層のルートにあります。このクラスは、JavaScript Object クラスで提供される機能の小さいサブセットから構成されます。
プロパティ一覧
| オプション | プロパティ | 説明 |
|---|---|---|
| constructor:Object | 特定のオブジェクトインスタンスのコンストラクタ関数を参照します。 | |
| __proto__:Object | オブジェクトの作成に使用された、クラスのprototypeプロパティ(ActionScript2.0)またはコンストラクタ関数(ActionScript1.0)を参照します。 | |
| static | prototype:Object | クラスまたは関数オブジェクトのスーパークラスを参照します。 |
| __resolve:Object | ActionScriptコードが未定義のメソッドまたはプロパティを参照する場合に自動的に呼び出されるユーザー定義関数への参照です。 |
コンストラクタ一覧
| 署名 | 説明 |
|---|---|
| Object() | Objectオブジェクトを作成し、そのオブジェクトのコンストラクタメソッドへの参照をオブジェクトのconstructorプロパティに格納します。 |
メソッド一覧
| オプション | 署名 | 説明 |
|---|---|---|
| addProperty(name:String, getter:Function,setter:Function):Boolean | getter/setterプロパティを作成します。 | |
| hasOwnProperty(name:String):Boolean | オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | |
| isPropertyEnumerable(name:String):Boolean | 指定されたプロパティが存在し列挙できるかどうかを示します。 | |
| isPrototypeOf(theClass:Object):Boolean | Objectクラスのインスタンスが、パラメータとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | |
| static | registerClass(name:String, theClass:Function):Boolean | ムービークリップシンボルとActionScriptオブジェクトクラスを関連付けます。 |
| toString():String | 指定されたオブジェクトをストリングに変換し、返します。 | |
| unwatch(name:String):Boolean | Object.watch()で作成した監視ポイントを削除します。 | |
| valueOf():Object | 指定されたオブジェクトのプリミティブな値を返します。 | |
| watch(name:String, callback:Function,[userData:Object]):Boolean | ActionScriptオブジェクトの指定されたプロパティの変更に応じて呼び出されるイベントハンドラを登録します。 |
