パッケージ | mx.geom |
クラス | public class CompoundTransform |
継承 | CompoundTransform Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Flex 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
matrix : Matrix
2D マトリックスは、ユーザーが直接設定するか、変換の中心、伸縮、回転、および平行移動の値をこの順序どおりに組み合わせることによって構成されます。 | CompoundTransform | ||
matrix3D : Matrix3D
3D マトリックスは、ユーザーが直接設定するか、変換の中心、伸縮、回転、および平行移動の値をこの順序どおりに組み合わせることによって構成されます。 | CompoundTransform | ||
rotationX : Number
変換の rotationX(度単位)です。 | CompoundTransform | ||
rotationY : Number
変換の rotationY(度単位)です。 | CompoundTransform | ||
rotationZ : Number
変換の rotationZ(度単位)です。 | CompoundTransform | ||
scaleX : Number
変換の scaleX です。 | CompoundTransform | ||
scaleY : Number
変換の scaleY です。 | CompoundTransform | ||
scaleZ : Number
変換の scaleZ です。 | CompoundTransform | ||
transformX : Number
変換の中心の x 値です。 | CompoundTransform | ||
transformY : Number
変換の中心の y 値です。 | CompoundTransform | ||
transformZ : Number
変換の中心の z 値です。 | CompoundTransform | ||
x : Number
変換の x 値です。 | CompoundTransform | ||
y : Number
変換の y 値です。 | CompoundTransform | ||
z : Number
変換の z 値です。 | CompoundTransform |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
コンストラクターです。 | CompoundTransform | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
変換の平行移動コンポーネントにデルタを適用します。 | CompoundTransform | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
プロパティの詳細
matrix | プロパティ |
matrix3D | プロパティ |
rotationX | プロパティ |
rotationY | プロパティ |
rotationZ | プロパティ |
scaleX | プロパティ |
scaleY | プロパティ |
scaleZ | プロパティ |
transformX | プロパティ |
transformY | プロパティ |
transformZ | プロパティ |
x | プロパティ |
y | プロパティ |
z | プロパティ |
コンストラクターの詳細
CompoundTransform | () | コンストラクター |
public function CompoundTransform()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Flex 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
コンストラクターです。
メソッドの詳細
translateBy | () | メソッド |
public function translateBy(x:Number, y:Number, z:Number = 0):void
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Flex 3 |
ランタイムバージョン: | Flash Player 9, AIR 1.1 |
変換の平行移動コンポーネントにデルタを適用します。x、y、または z プロパティを直接設定するのとは異なり、このメソッドは、変換の「真実の源」という概念を変更することなく安全に呼び出すことができます。
パラメーター
x:Number — 変換の x 値です。
| |
y:Number — 変換の y 値です。
| |
z:Number (default = 0 ) — 変換の z 値です。
|
Tue Jun 12 2018, 10:34 AM Z