| 記号 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| gain — Property in class flash.media.Microphone | |
| マイクによるサウンドのゲイン (増幅率) は、シグナルが転送前にマイクで増幅される量を表します。 | |
| gc() — Static method in class flash.system.System | |
| ガベージコレクションプロセスを強制します。 | |
| generateFilterRect(sourceRect:flash.geom:Rectangle, filter:flash.filters:BitmapFilter) — Method in class flash.display.BitmapData | |
| BitmapData オブジェクト、ソース矩形、フィルタオブジェクトを指定して、applyFilter() 呼び出しによって影響を受ける矩形領域を決定します。 | |
| genre — Property in class flash.media.ID3Info | |
| 曲のジャンルです。ID3 2.0 タグ TCON に対応します。 | |
| get — Statement | |
| プロパティと同じように読み取り可能なメソッドである getter を定義します。 | |
| GET — Constant static property in class flash.net.URLRequestMethod | |
| URLRequest オブジェクトが GET であることを指定します。 | |
| getActions(name:String) — Static method in class adobe.utils.CustomActions | |
| name という名前のカスタムアクション XML 定義ファイルの内容を読み取ります。 | |
| getBounds(targetCoordinateSpace:flash.display:DisplayObject) — Method in class flash.display.DisplayObject | |
| targetCoordinateSpace オブジェクトの座標系を基準にして、表示オブジェクトの領域を定義する矩形を返します。 | |
| getCamera(name:String) — Static method in class flash.media.Camera | |
| ビデオをキャプチャする Camera オブジェクトへの参照を返します。 | |
| getCellRendererAt(row:uint, column:uint) — Method in class fl.controls.DataGrid | |
| DataGrid 内の指定された位置にあるセルレンダラーのインスタンスを取得します。 | |
| getCharBoundaries(charIndex:int) — Method in class flash.text.TextField | |
| 文字の境界ボックスである矩形を返します。 | |
| getCharIndexAtPoint(x:Number, y:Number) — Method in class flash.text.TextField | |
| x および y パラメータで指定された点にある文字の、0 から始まるインデックス値を返します。 | |
| getChildAt(index:int) — Method in class flash.display.DisplayObjectContainer | |
| 指定のインデックス位置にある子表示オブジェクトインスタンスを返します。 | |
| getChildByName(name:String) — Method in class flash.display.DisplayObjectContainer | |
| 指定された名前に一致する子表示オブジェクトを返します。 | |
| getChildIndex(child:flash.display:DisplayObject) — Method in class flash.display.DisplayObjectContainer | |
| 子 DisplayObject インスタンスのインデックス位置を返します。 | |
| getClassByAlias(aliasName:String) — Package function in flash.net | |
| registerClassAlias() メソッドの呼び出しを介して以前にエイリアスを登録したクラスを検索します。 | |
| getColorBoundsRect(mask:uint, color:uint, findColor:Boolean) — Method in class flash.display.BitmapData | |
| (findColor パラメータが true に設定されている場合) ビットマップイメージ内の指定された色のすべてのピクセルを完全に囲む矩形領域を判別します。または、(findColor パラメータが false に設定されている場合) 指定された色ではないすべてのピクセルを完全に囲む矩形領域を判別します。 | |
| getColorTransform(index:int) — Method in class fl.motion.Motion | |
| Motion インスタンスの特定の時間インデックスで、補間された ColorTransform オブジェクトを取得します。 | |
| getColumnAt(index:uint) — Method in class fl.controls.DataGrid | |
| columns 配列の指定されたインデックスの位置にある列を取得します。 | |
| getColumnCount() — Method in class fl.controls.DataGrid | |
| DataGrid コンポーネント内にある列の数を取得します。 | |
| getColumnIndex(name:String) — Method in class fl.controls.DataGrid | |
| 指定された名前の列のインデックスを取得します。一致しなかった場合は、-1 を取得します。 | |
| getComponentStyle(component:Object, name:String) — Static method in class fl.managers.StyleManager | |
| 特定のコンポーネントに存在するスタイルを取得します。 | |
| getCubicCoefficients(a:Number, b:Number, c:Number, d:Number) — Static method in class fl.motion.BezierSegment | |
| 対応する 3 次ベジェ式の値に基づいて、3 次多項式の係数を計算します。 | |
| getCubicRoots(a:Number, b:Number, c:Number, d:Number) — Static method in class fl.motion.BezierSegment | |
| 3 次多項式 at^3 + bt^2 + ct + d の実解を求めます (存在する場合)。 | |
| getCurrentKeyframe(index:int, tweenableName:String) — Method in class fl.motion.Motion | |
| Motion インスタンスの特定のフレームで現在アクティブなキーフレームを取得します。 | |
| getDate() — Method in class Date | |
| Date オブジェクトで指定された日付 (1 ~ 31 の整数) をローカル時間で返します。 | |
| getDay() — Method in class Date | |
| この Date で指定された曜日 (日曜日は 0、月曜日は 1 など) をローカル時間で返します。 | |
| getDefaultLang() — Static method in class fl.lang.Locale | |
| [ストリング] パネルのダイアログボックスで設定されたか、setDefaultLang() メソッドを呼び出すことで設定されたデフォルトの言語コード。 | |
| getDefinition(name:String) — Method in class flash.system.ApplicationDomain | |
| 指定されたアプリケーションドメインから一般定義を取得します。 | |
| getDefinitionByName(name:String) — Package function in flash.utils | |
| name パラメータで指定したクラスのクラスオブジェクトへの参照を返します。 | |
| getDescendants(name) — Method in class flash.utils.Proxy | |
| descendant 演算子の使用をオーバーライドします。 | |
| getFilters(index:Number) — Method in class fl.motion.Motion | |
| Motion インスタンスの特定の時間インデックスで、フィルタの補間された配列を取得します。 | |
| getFirstCharInParagraph(charIndex:int) — Method in class flash.text.TextField | |
| 文字インデックスを指定すると、同じ段落内の最初の文字のインデックスを返します。 | |
| getFocus() — Method in class fl.core.UIComponent | |
| 現在フォーカスを持っているオブジェクトを取得します。 | |
| getFocus() — Method in class fl.managers.FocusManager | |
| 現在フォーカスを持っているインタラクティブオブジェクトを取得します。 | |
| getFocus() — Method in interface fl.managers.IFocusManager | |
| 現在フォーカスを持っている IFocusManagerComponent コンポーネントを取得します。 | |
| getFullYear() — Method in class Date | |
| Date オブジェクトの年 (2000 などの 4 桁の数字) をローカル時間で返します。 | |
| getGroup(name:String) — Static method in class fl.controls.RadioButtonGroup | |
| 指定されたラジオボタングループへの参照を取得します。 | |
| getHours() — Method in class Date | |
| Date オブジェクトの時 (0 ~ 23 の整数) 部分をローカル時間で返します。 | |
| getImageReference(id:String) — Method in class flash.text.TextField | |
| <img> タグを使用して HTML フォーマットのテキストフィールドに追加されたイメージまたは SWF ファイルについて、指定された id の DisplayObject 参照を返します。 | |
| getItemAt(index:uint) — Method in class fl.controls.ComboBox | |
| 指定されたインデックス位置のアイテムを取得します。 | |
| getItemAt(index:uint) — Method in class fl.controls.SelectableList | |
| 指定されたインデックス位置のアイテムを取得します。 | |
| getItemAt(index:uint) — Method in class fl.data.DataProvider | |
| 指定のインデックス位置のアイテムを返します。 | |
| getItemIndex(item:Object) — Method in class fl.data.DataProvider | |
| 指定されたアイテムのインデックスを返します。 | |
| getLineIndexAtPoint(x:Number, y:Number) — Method in class flash.text.TextField | |
| x および y パラメータで指定された点にある行の 0 から始まるインデックス値を返します。 | |
| getLineIndexOfChar(charIndex:int) — Method in class flash.text.TextField | |
| charIndex パラメータで指定された文字を含む行の 0 から始まるインデックス値を返します。 | |
| getLineLength(lineIndex:int) — Method in class flash.text.TextField | |
| 特定のテキスト行内の文字数を返します。 | |
| getLineMetrics(lineIndex:int) — Method in class fl.controls.TextArea | |
| 指定されたテキストの行に関する情報を取得します。 | |
| getLineMetrics(index:int) — Method in class fl.controls.TextInput | |
| 指定されたテキストの行に関する情報を取得します。 | |
| getLineMetrics(lineIndex:int) — Method in class flash.text.TextField | |
| 指定されたテキスト行に関するメトリック情報を返します。 | |
| getLineOffset(lineIndex:int) — Method in class flash.text.TextField | |
| lineIndex パラメータで指定された行の最初の文字の文字インデックスを返します。 | |
| getLineText(lineIndex:int) — Method in class flash.text.TextField | |
| lineIndex パラメータで指定された行のテキストを返します。 | |
| getLoaderInfoByDefinition(object:Object) — Static method in class flash.display.LoaderInfo | |
| オブジェクトとして定義され、SWF ファイルに関連付けられている LoaderInfo オブジェクトを返します。 | |
| getLocal(name:String, localPath:String, secure:Boolean) — Static method in class flash.net.SharedObject | |
| 現在のクライアントだけが利用できるローカル永続共有オブジェクトへの参照を返します。 | |
| getMicrophone(index:int) — Static method in class flash.media.Microphone | |
| オーディオをキャプチャする Microphone オブジェクトの参照を返します。 | |
| getMilliseconds() — Method in class Date | |
| Date オブジェクトのミリ秒 (0 ~ 999 の整数) 部分をローカル時間で返します。 | |
| getMinutes() — Method in class Date | |
| Date オブジェクトの分 (0 ~ 59 の整数) 部分をローカル時間で返します。 | |
| getMonth() — Method in class Date | |
| この Date の月 (1 月は 0、2 月は 1 など) 部分をローカル時間で返します。 | |
| getNamespaceForPrefix(prefix:String) — Method in class flash.xml.XMLNode | |
| ノードに指定された接頭辞に関連付けられている名前空間 URI を返します。 | |
| getNextFocusManagerComponent(backward:Boolean) — Method in class fl.managers.FocusManager | |
| ユーザーが Tab キーを押して次のオブジェクトに移動すると、フォーカスを受け取るインタラクティブオブジェクトを取得します。 | |
| getNextFocusManagerComponent(backward:Boolean) — Method in interface fl.managers.IFocusManager | |
| ユーザーが Tab キーを使用してフォーカスを移動させた場合に、次にフォーカスを受け取るコンポーネントを取得します。 | |
| getNextIndexAtLetter(firstLetter:String, startIndex:int) — Method in class fl.controls.SelectableList | |
| dataProvider 内で、ラベルの最初の文字が指定した文字に一致するアイテムの次のアイテムのインデックスを返します。 | |
| getNextKeyframe(index:int, tweenableName:String) — Method in class fl.motion.Motion | |
| Motion インスタンス内の特定フレームの後にある次のキーフレームを取得します。 | |
| getObjectsUnderPoint(point:flash.geom:Point) — Method in class flash.display.DisplayObjectContainer | |
| 指定されたポイントの下にあり、この DisplayObjectContainer インスタンスの子または孫などであるオブジェクトの配列を返します。 | |
| getParagraphLength(charIndex:int) — Method in class flash.text.TextField | |
| 文字インデックスを指定すると、指定された文字を含む段落の長さを返します。 | |
| getPixel(x:int, y:int) — Method in class flash.display.BitmapData | |
| BitmapData オブジェクトの特定ポイント (x, y) の RGB ピクセル値を表す整数を返します。 | |
| getPixel32(x:int, y:int) — Method in class flash.display.BitmapData | |
| アルファチャンネルデータと RGB データを含む ARGB カラー値を返します。 | |
| getPixels(rect:flash.geom:Rectangle) — Method in class flash.display.BitmapData | |
| ピクセルデータの矩形領域からバイト配列を生成します。 | |
| getPrefixForNamespace(ns:String) — Method in class flash.xml.XMLNode | |
| ノードに指定された名前空間 URI に関連付けられている接頭辞を返します。 | |
| getProperty(name:String) — Static method in class adobe.utils.XMLUI | |
| 現在の XMLUI ダイアログボックスの指定したプロパティの値を取得します。 | |
| getProperty(propertyName:String) — Method in interface fl.video.INCManager | |
| INCManager を実装しているクラスがサポートする任意のプロパティから値を取得します。 | |
| getProperty(propertyName:String) — Method in class fl.video.NCManager | |
| fallbackServerName、fpadZone、objectEncoding、および proxyType の各プロパティを取得できます。 | |
| getProperty(name) — Method in class flash.utils.Proxy | |
| プロパティの値に対する要求を上書きします。 | |
| getQuadraticRoots(a:Number, b:Number, c:Number) — Static method in class fl.motion.BezierSegment | |
| 2 次式 at^2 + bt + c の実解を求めます (存在する場合)。 | |
| getQualifiedClassName(value) — Package function in flash.utils | |
| オブジェクトの完全修飾クラス名を返します。 | |
| getQualifiedSuperclassName(value) — Package function in flash.utils | |
| value パラメータで指定したオブジェクトの基本クラスの完全修飾クラス名を返します。 | |
| getRadioButtonAt(index:int) — Method in class fl.controls.RadioButtonGroup | |
| 指定されたインデックス位置にある RadioButton コンポーネントを取得します。 | |
| getRadioButtonIndex(radioButton:fl.controls:RadioButton) — Method in class fl.controls.RadioButtonGroup | |
| 指定された RadioButton インスタンスのインデックスを返します。 | |
| getRect(targetCoordinateSpace:flash.display:DisplayObject) — Method in class flash.display.DisplayObject | |
| シェイプ上の線を除き、targetCoordinateSpace パラメータによって定義された座標系に基づいて、表示オブジェクトの境界を定義する矩形を返します。 | |
| getRemote(name:String, remotePath:String, persistence:Object, secure:Boolean) — Static method in class flash.net.SharedObject | |
| 複数のクライアントがアクセスできる、Flash Media Server 上の共有オブジェクトへの参照が返されます。 | |
| getRendererStyle(name:String, column:int) — Method in class fl.controls.SelectableList | |
| リスト内のレンダラーに設定されるスタイルを取得します。 | |
| getRotation(m:flash.geom:Matrix) — Static method in class fl.motion.MatrixTransformer | |
| マトリックス内の回転角度を計算します (度単位)。 | |
| getRotationRadians(m:flash.geom:Matrix) — Static method in class fl.motion.MatrixTransformer | |
| マトリックス内の回転角度を計算します (ラジアン単位)。 | |
| getScaleX(m:flash.geom:Matrix) — Static method in class fl.motion.MatrixTransformer | |
| マトリックス内の水平スケールを計算します。 | |
| getScaleY(m:flash.geom:Matrix) — Static method in class fl.motion.MatrixTransformer | |
| マトリックス内の垂直スケールを計算します。 | |
| getSeconds() — Method in class Date | |
| Date オブジェクトの秒 (0 ~ 59 の整数) 部分をローカル時間で返します。 | |
| getSelected(beginIndex:int, endIndex:int) — Method in class flash.text.TextSnapshot | |
| 選択されたテキストが TextSnapshot オブジェクトの指定範囲に存在するかどうかを表すブール値を返します。 | |
| getSelectedText(includeLineEndings:Boolean) — Method in class flash.text.TextSnapshot | |
| 対応する setSelected() メソッドで指定されたすべての文字を含むストリングを返します。 | |
| getSingleValue(t:Number, a:Number, b:Number, c:Number, d:Number) — Static method in class fl.motion.BezierSegment | |
| 1 次元的な 3 次ベジェ式の、特定の時点における値を計算します。 | |
| getSkewX(m:flash.geom:Matrix) — Static method in class fl.motion.MatrixTransformer | |
| マトリックス内の水平傾斜角度を計算します (度単位)。 | |
| getSkewXRadians(m:flash.geom:Matrix) — Static method in class fl.motion.MatrixTransformer | |
| マトリックス内の水平傾斜角度を計算します (ラジアン単位)。 | |
| getSkewY(m:flash.geom:Matrix) — Static method in class fl.motion.MatrixTransformer | |
| マトリックス内の垂直傾斜角度を計算します (度単位)。 | |
| getSkewYRadians(m:flash.geom:Matrix) — Static method in class fl.motion.MatrixTransformer | |
| マトリックス内の垂直傾斜角度を計算します (ラジアン単位)。 | |
| getStackTrace() — Method in class Error | |
| エラーの構築時にエラーの呼び出しスタックをストリングで返します (デバッガバージョンの Flash Player のみ)。 | |
| getStyle(style:String) — Method in class fl.core.UIComponent | |
| コンポーネントのスタイル参照チェーンに設定されているスタイルプロパティを取得します。 | |
| getStyle(name:String) — Static method in class fl.managers.StyleManager | |
| name に基づいてグローバルスタイルを設定します。 | |
| getStyle(styleName:String) — Method in class flash.text.StyleSheet | |
| styleName という名前のスタイルに関連付けられているスタイルオブジェクトのコピーを返します。 | |
| getStyleDefinition() — Static method in class fl.containers.BaseScrollPane | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.containers.ScrollPane | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.containers.UILoader | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.controls.BaseButton | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.controls.Button | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.controls.CheckBox | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.controls.ColorPicker | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.controls.ComboBox | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.controls.DataGrid | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.controls.Label | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.controls.LabelButton | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.controls.List | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.controls.NumericStepper | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.controls.ProgressBar | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.controls.RadioButton | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.controls.ScrollBar | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.controls.SelectableList | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.controls.Slider | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.controls.TextArea | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.controls.TextInput | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.controls.TileList | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.controls.UIScrollBar | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.controls.dataGridClasses.DataGridCellEditor | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.controls.dataGridClasses.HeaderRenderer | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.controls.listClasses.CellRenderer | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.controls.listClasses.ImageCell | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.controls.progressBarClasses.IndeterminateBar | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getStyleDefinition() — Static method in class fl.core.UIComponent | |
| 現在のコンポーネントのデフォルトスタイルマップを取得します。 | |
| getText(beginIndex:int, endIndex:int, includeLineEndings:Boolean) — Method in class flash.text.TextSnapshot | |
| beginIndex パラメータと endIndex パラメータで指定されたすべての文字を含むストリングを返します。 | |
| getTextFormat(beginIndex:int, endIndex:int) — Method in class flash.text.TextField | |
| beginIndex パラメータと endIndex パラメータで指定された範囲のテキストのフォーマット情報を含む TextFormat オブジェクトを返します。 | |
| getTextRunInfo(beginIndex:int, endIndex:int) — Method in class flash.text.TextSnapshot | |
| 連続したテキストに関する情報を含むオブジェクトの配列を返します。 | |
| getTime() — Method in class Date | |
| Date オブジェクトの 1970 年 1 月 1 日 0 時 (世界時) からのミリ秒数を返します。 | |
| getTimer() — Package function in flash.utils | |
| Flash Player が初期化されてからの経過時間をミリ秒単位で返します。この時間は、基準時刻の計算に使用されます。 | |
| getTimezoneOffset() — Method in class Date | |
| 世界時 (UTC) とコンピュータのローカル時間の差 (分単位) を返します。 | |
| getTween(target:String) — Method in class fl.motion.Keyframe | |
| 特定のアニメーションプロパティの ITween オブジェクトを取得します。 | |
| getUTCDate() — Method in class Date | |
| Date オブジェクトの日付 (1 ~ 31 の整数) を世界時 (UTC) で返します。 | |
| getUTCDay() — Method in class Date | |
| この Date の曜日 (日曜日は 0、月曜日は 1 など) を世界時 (UTC) で返します。 | |
| getUTCFullYear() — Method in class Date | |
| Date オブジェクトの 4 桁の年を世界時 (UTC) で返します。 | |
| getUTCHours() — Method in class Date | |
| Date オブジェクトの時 (0 ~ 23 の整数) を世界時 (UTC) で返します。 | |
| getUTCMilliseconds() — Method in class Date | |
| Date オブジェクトのミリ秒 (0 ~ 999 の整数) 部分を世界時 (UTC) で返します。 | |
| getUTCMinutes() — Method in class Date | |
| Date オブジェクトの分 (0 ~ 59 の整数) 部分を世界時 (UTC) で返します。 | |
| getUTCMonth() — Method in class Date | |
| Date オブジェクトの月 (0 (1 月) ~ 11 (12 月)) 部分を世界時 (UTC) で返します。 | |
| getUTCSeconds() — Method in class Date | |
| Date オブジェクトの秒 (0 ~ 59 の整数) 部分を世界時 (UTC) で返します。 | |
| getValue(time:Number, begin:Number, change:Number, duration:Number) — Method in class fl.motion.BezierEase | |
| 数値型のアニメーションプロパティについて、ベジェイージング曲線を使って補間した値を計算します。 | |
| getValue(t:Number) — Method in class fl.motion.BezierSegment | |
| 2 次元的な 3 次ベジェ曲線の、特定の時点における位置を計算します。 | |
| getValue(time:Number, begin:Number, change:Number, duration:Number) — Method in class fl.motion.CustomEase | |
| 数値型のアニメーションプロパティについて、カスタムイージング曲線を使って補間した値を計算します。 | |
| getValue(time:Number, begin:Number, change:Number, duration:Number) — Method in class fl.motion.FunctionEase | |
| 数値型のアニメーションプロパティについて、指定されたイージング関数を使って補間した値を計算します。 | |
| getValue(time:Number, begin:Number, change:Number, duration:Number) — Method in interface fl.motion.ITween | |
| 数値型のアニメーションプロパティについて、補間された値を計算します。 | |
| getValue(tweenableName:String) — Method in class fl.motion.Keyframe | |
| キーフレーム上のトゥイーン可能な特定のプロパティの値を取得します。 | |
| getValue(index:Number, tweenableName:String) — Method in class fl.motion.Motion | |
| 特定の時点におけるアニメーションプロパティの値を取得します。 | |
| getValue(time:Number, begin:Number, change:Number, duration:Number) — Method in class fl.motion.SimpleEase | |
| 数値型のアニメーションプロパティについて、Quadratic イージングのパーセンテージを使って補間した値を計算します。 | |
| getVideoPlayer(index:Number) — Method in class fl.video.FLVPlayback | |
| index パラメータで指定されたビデオプレーヤーを取得します。 | |
| getYForX(x:Number, coefficients:Array) — Method in class fl.motion.BezierSegment | |
| 3 次ベジェ曲線の、指定された x 座標における y 値を求めます。 | |
| global — Property in class RegExp | |
| 正規表現にグローバル照合を使用するかどうかを指定します。 | |
| globalToLocal(point:flash.geom:Point) — Method in class flash.display.DisplayObject | |
| point オブジェクトをステージ (グローバル) 座標から表示オブジェクトの (ローカル) 座標に変換します。 | |
| GlowFilter — Final class in package flash.filters | |
| GlowFilter クラスを使用すると、表示オブジェクトにグロー効果を適用できます。 | |
| GlowFilter(color:uint, alpha:Number, blurX:Number, blurY:Number, strength:Number, quality:int, inner:Boolean, knockout:Boolean) — Constructor in class flash.filters.GlowFilter | |
| 指定されたパラメータで新しい GlowFilter インスタンスを初期化します。 | |
| gotoAndPlay(frame:Object, scene:String) — Method in class flash.display.MovieClip | |
| 指定されたフレームで SWF ファイルの再生を開始します。 | |
| gotoAndStop(frame:Object, scene:String) — Method in class flash.display.MovieClip | |
| このムービークリップの指定されたフレームに再生ヘッドを送り、そこで停止させます。 | |
| GradientBevelFilter — Final class in package flash.filters | |
| GradientBevelFilter クラスを使用すると、オブジェクトにグラデーションベベル効果を適用し、表示できます。 | |
| GradientBevelFilter(distance:Number, angle:Number, colors:Array, alphas:Array, ratios:Array, blurX:Number, blurY:Number, strength:Number, quality:int, type:String, knockout:Boolean) — Constructor in class flash.filters.GradientBevelFilter | |
| 指定されたパラメータでフィルタを初期化します。 | |
| GradientGlowFilter — Final class in package flash.filters | |
| GradientGlowFilter クラスを使用すると、表示オブジェクトにグラデーショングロー効果を適用できます。 | |
| GradientGlowFilter(distance:Number, angle:Number, colors:Array, alphas:Array, ratios:Array, blurX:Number, blurY:Number, strength:Number, quality:int, type:String, knockout:Boolean) — Constructor in class flash.filters.GradientGlowFilter | |
| 指定されたパラメータでフィルタを初期化します。 | |
| GradientType — Final class in package flash.display | |
| GradientType クラスは、flash.display.Graphics クラスの beginGradientFill() メソッドおよび lineGradientStyle() メソッドの type パラメータに値を提供します。 | |
| graphics — Property in class flash.display.Shape | |
| ベクターの描画コマンドが発生する、この Shape オブジェクトに属する Graphics オブジェクトを指定します。 | |
| graphics — Property in class flash.display.Sprite | |
| ベクターの描画コマンドが発生する、このスプライトに属する Graphics オブジェクトを指定します。 | |
| Graphics — Final class in package flash.display | |
| Graphics クラスには、ベクターシェイプの作成に使用できる一連のメソッドがあります。 | |
| GREEN — Constant static property in class flash.display.BitmapDataChannel | |
| 緑チャンネルです。 | |
| greenMultiplier — Property in class flash.geom.ColorTransform | |
| 緑チャンネル値に乗算する 10 進数値です。 | |
| greenOffset — Property in class flash.geom.ColorTransform | |
| 緑チャンネル値に greenMultiplier 値を乗算した後に加算する数値です。数値の範囲は -255 ~ 255 です。 | |
| gridFitType — Property in class flash.text.TextField | |
| このテキストフィールドに使用されるグリッドフィッティングのタイプです。 | |
| GridFitType — Final class in package flash.text | |
| GridFitType クラスは、TextField クラスのグリッドフィッティングの値を定義します。 | |
| group — Property in class fl.controls.RadioButton | |
| この RadioButton が属する RadioButtonGroup オブジェクトです。 | |
| groupName — Property in class fl.controls.RadioButton | |
| ラジオボタンのインスタンスまたはグループのグループ名です。 | |
| groupName — Property in interface fl.managers.IFocusManagerGroup | |
| このコンポーネントが属するコンポーネントグループの名前を取得または設定します。 | |
| 記号 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |