| 패키지 | mx.core |
| 인터페이스 | public interface IAssetLayoutFeatures |
| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 4.1 |
| 런타임 버전: | Flash Player 10, AIR 1.5 |
관련 API 요소
| 속성 | 정의 주체 | ||
|---|---|---|---|
| computedMatrix : Matrix [읽기 전용]
The computed matrix, calculated by combining the layout matrix and any offsets provided. | IAssetLayoutFeatures | ||
| computedMatrix3D : Matrix3D [읽기 전용]
The computed 3D matrix, calculated by combining the 3D layout matrix and any offsets provided. | IAssetLayoutFeatures | ||
| is3D : Boolean [읽기 전용]
True if the computed transform has 3D values. | IAssetLayoutFeatures | ||
| layoutIs3D : Boolean [읽기 전용]
True if the layout transform has 3D values. | IAssetLayoutFeatures | ||
| layoutMatrix : Matrix
The 2D matrix used during layout calculations to determine the layout and size of the component and its parent and siblings. | IAssetLayoutFeatures | ||
| layoutMatrix3D : Matrix3D
The 3D matrix used during layout calculations to determine the layout and size of the component and its parent and siblings. | IAssetLayoutFeatures | ||
| layoutRotationX : Number
Layout transform convenience property. | IAssetLayoutFeatures | ||
| layoutRotationY : Number
Layout transform convenience property. | IAssetLayoutFeatures | ||
| layoutRotationZ : Number
Layout transform convenience property. | IAssetLayoutFeatures | ||
| layoutScaleX : Number
Layout transform convenience property. | IAssetLayoutFeatures | ||
| layoutScaleY : Number
Layout transform convenience property. | IAssetLayoutFeatures | ||
| layoutScaleZ : Number
Layout transform convenience property. | IAssetLayoutFeatures | ||
| layoutWidth : Number
Used by the mirroring transform. | IAssetLayoutFeatures | ||
| layoutX : Number
Layout transform convenience property. | IAssetLayoutFeatures | ||
| layoutY : Number
Layout transform convenience property. | IAssetLayoutFeatures | ||
| layoutZ : Number
Layout transform convenience property. | IAssetLayoutFeatures | ||
| mirror : Boolean
If true the X axis is scaled by -1 and the x coordinate of the origin
is translated by the component's width. | IAssetLayoutFeatures | ||
| stretchX : Number
The stretchY is the horizontal component of the stretch scale factor which
is applied before any other transformation property. | IAssetLayoutFeatures | ||
| stretchY : Number
The stretchY is the vertical component of the stretch scale factor which
is applied before any other transformation property. | IAssetLayoutFeatures | ||
| transformX : Number
The x value of the point around which any rotation and scale is performed in both the layout and computed matrix. | IAssetLayoutFeatures | ||
| transformY : Number
The y value of the point around which any rotation and scale is performed in both the layout and computed matrix. | IAssetLayoutFeatures | ||
| transformZ : Number
The z value of the point around which any rotation and scale is performed in both the layout and computed matrix. | IAssetLayoutFeatures | ||
computedMatrix | 속성 |
computedMatrix3D | 속성 |
is3D | 속성 |
layoutIs3D | 속성 |
layoutMatrix | 속성 |
layoutMatrix:Matrix| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 4.1 |
| 런타임 버전: | Flash Player 10, AIR 1.5 |
The 2D matrix used during layout calculations to determine the layout and size of the component and its parent and siblings.
구현
public function get layoutMatrix():Matrix public function set layoutMatrix(value:Matrix):voidlayoutMatrix3D | 속성 |
layoutMatrix3D:Matrix3D| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 4.1 |
| 런타임 버전: | Flash Player 10, AIR 1.5 |
The 3D matrix used during layout calculations to determine the layout and size of the component and its parent and siblings.
구현
public function get layoutMatrix3D():Matrix3D public function set layoutMatrix3D(value:Matrix3D):voidlayoutRotationX | 속성 |
layoutRotationX:Number| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 4.1 |
| 런타임 버전: | Flash Player 10, AIR 1.5 |
Layout transform convenience property. Represents the rotation around the X axis of the layout matrix used in layout and in the computed transform.
구현
public function get layoutRotationX():Number public function set layoutRotationX(value:Number):voidlayoutRotationY | 속성 |
layoutRotationY:Number| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 4.1 |
| 런타임 버전: | Flash Player 10, AIR 1.5 |
Layout transform convenience property. Represents the rotation around the Y axis of the layout matrix used in layout and in the computed transform.
구현
public function get layoutRotationY():Number public function set layoutRotationY(value:Number):voidlayoutRotationZ | 속성 |
layoutRotationZ:Number| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 4.1 |
| 런타임 버전: | Flash Player 10, AIR 1.5 |
Layout transform convenience property. Represents the rotation around the Z axis of the layout matrix used in layout and in the computed transform.
구현
public function get layoutRotationZ():Number public function set layoutRotationZ(value:Number):voidlayoutScaleX | 속성 |
layoutScaleX:Number| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 4.1 |
| 런타임 버전: | Flash Player 10, AIR 1.5 |
Layout transform convenience property. Represents the scale along the X axis of the layout matrix used in layout and in the computed transform.
구현
public function get layoutScaleX():Number public function set layoutScaleX(value:Number):voidlayoutScaleY | 속성 |
layoutScaleY:Number| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 4.1 |
| 런타임 버전: | Flash Player 10, AIR 1.5 |
Layout transform convenience property. Represents the scale along the Y axis of the layout matrix used in layout and in the computed transform.
구현
public function get layoutScaleY():Number public function set layoutScaleY(value:Number):voidlayoutScaleZ | 속성 |
layoutScaleZ:Number| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 4.1 |
| 런타임 버전: | Flash Player 10, AIR 1.5 |
Layout transform convenience property. Represents the scale along the Z axis of the layout matrix used in layout and in the computed transform.
구현
public function get layoutScaleZ():Number public function set layoutScaleZ(value:Number):voidlayoutWidth | 속성 |
layoutX | 속성 |
layoutX:Number| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 4.1 |
| 런타임 버전: | Flash Player 10, AIR 1.5 |
Layout transform convenience property. Represents the x value of the layout matrix used in layout and in the computed transform.
구현
public function get layoutX():Number public function set layoutX(value:Number):voidlayoutY | 속성 |
layoutY:Number| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 4.1 |
| 런타임 버전: | Flash Player 10, AIR 1.5 |
Layout transform convenience property. Represents the y value of the layout matrix used in layout and in the computed transform.
구현
public function get layoutY():Number public function set layoutY(value:Number):voidlayoutZ | 속성 |
layoutZ:Number| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 4.1 |
| 런타임 버전: | Flash Player 10, AIR 1.5 |
Layout transform convenience property. Represents the z value of the layout matrix used in layout and in the computed transform.
구현
public function get layoutZ():Number public function set layoutZ(value:Number):voidmirror | 속성 |
mirror:Boolean| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 4.1 |
| 런타임 버전: | Flash Player 10, AIR 1.5 |
If true the X axis is scaled by -1 and the x coordinate of the origin is translated by the component's width. The net effect of this "mirror" transform is to flip the direction that the X axis increases in without changing the layout element's location relative to the parent's origin.
기본값: false.
구현
public function get mirror():Boolean public function set mirror(value:Boolean):voidstretchX | 속성 |
stretchX:Number| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 4.1 |
| 런타임 버전: | Flash Player 10, AIR 1.5 |
The stretchY is the horizontal component of the stretch scale factor which is applied before any other transformation property.
구현
public function get stretchX():Number public function set stretchX(value:Number):voidstretchY | 속성 |
stretchY:Number| 언어 버전: | ActionScript 3.0 |
| 제품 버전: | Flex 4.1 |
| 런타임 버전: | Flash Player 10, AIR 1.5 |
The stretchY is the vertical component of the stretch scale factor which is applied before any other transformation property.
구현
public function get stretchY():Number public function set stretchY(value:Number):voidtransformX | 속성 |
transformY | 속성 |
transformZ | 속성 |
Tue Jun 12 2018, 03:17 PM Z