Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
mx.core 

IAssetLayoutFeatures  - AS3 Flex

Paquetemx.core
Interfazpublic interface IAssetLayoutFeatures

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.1
Versiones de motor de ejecución: Flash Player 10, AIR 1.5

The IAssetLayoutFeatures interface defines the minimum properties and methods required for an Object to support advanced transforms in embedded assets.

Elementos de API relacionados

mx.core.AdvancedLayoutFeatures


Propiedades públicas
 PropiedadDefinido por
  computedMatrix : Matrix
[solo lectura] The computed matrix, calculated by combining the layout matrix and any offsets provided.
IAssetLayoutFeatures
  computedMatrix3D : Matrix3D
[solo lectura] The computed 3D matrix, calculated by combining the 3D layout matrix and any offsets provided.
IAssetLayoutFeatures
  is3D : Boolean
[solo lectura] True if the computed transform has 3D values.
IAssetLayoutFeatures
  layoutIs3D : Boolean
[solo lectura] 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
Información sobre propiedades

computedMatrix

propiedad
computedMatrix:Matrix  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.1
Versiones de motor de ejecución: Flash Player 10, AIR 1.5

The computed matrix, calculated by combining the layout matrix and any offsets provided.



Implementación
    public function get computedMatrix():Matrix

computedMatrix3D

propiedad 
computedMatrix3D:Matrix3D  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.1
Versiones de motor de ejecución: Flash Player 10, AIR 1.5

The computed 3D matrix, calculated by combining the 3D layout matrix and any offsets provided.



Implementación
    public function get computedMatrix3D():Matrix3D

is3D

propiedad 
is3D:Boolean  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.1
Versiones de motor de ejecución: Flash Player 10, AIR 1.5

True if the computed transform has 3D values.



Implementación
    public function get is3D():Boolean

layoutIs3D

propiedad 
layoutIs3D:Boolean  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.1
Versiones de motor de ejecución: Flash Player 10, AIR 1.5

True if the layout transform has 3D values.



Implementación
    public function get layoutIs3D():Boolean

layoutMatrix

propiedad 
layoutMatrix:Matrix

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.1
Versiones de motor de ejecución: 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.



Implementación
    public function get layoutMatrix():Matrix
    public function set layoutMatrix(value:Matrix):void

layoutMatrix3D

propiedad 
layoutMatrix3D:Matrix3D

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.1
Versiones de motor de ejecución: 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.



Implementación
    public function get layoutMatrix3D():Matrix3D
    public function set layoutMatrix3D(value:Matrix3D):void

layoutRotationX

propiedad 
layoutRotationX:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.1
Versiones de motor de ejecución: 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.



Implementación
    public function get layoutRotationX():Number
    public function set layoutRotationX(value:Number):void

layoutRotationY

propiedad 
layoutRotationY:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.1
Versiones de motor de ejecución: 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.



Implementación
    public function get layoutRotationY():Number
    public function set layoutRotationY(value:Number):void

layoutRotationZ

propiedad 
layoutRotationZ:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.1
Versiones de motor de ejecución: 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.



Implementación
    public function get layoutRotationZ():Number
    public function set layoutRotationZ(value:Number):void

layoutScaleX

propiedad 
layoutScaleX:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.1
Versiones de motor de ejecución: 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.



Implementación
    public function get layoutScaleX():Number
    public function set layoutScaleX(value:Number):void

layoutScaleY

propiedad 
layoutScaleY:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.1
Versiones de motor de ejecución: 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.



Implementación
    public function get layoutScaleY():Number
    public function set layoutScaleY(value:Number):void

layoutScaleZ

propiedad 
layoutScaleZ:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.1
Versiones de motor de ejecución: 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.



Implementación
    public function get layoutScaleZ():Number
    public function set layoutScaleZ(value:Number):void

layoutWidth

propiedad 
layoutWidth:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.1
Versiones de motor de ejecución: Flash Player 10, AIR 1.5

Used by the mirroring transform. See the mirror property.



Implementación
    public function get layoutWidth():Number
    public function set layoutWidth(value:Number):void

layoutX

propiedad 
layoutX:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.1
Versiones de motor de ejecución: 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.



Implementación
    public function get layoutX():Number
    public function set layoutX(value:Number):void

layoutY

propiedad 
layoutY:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.1
Versiones de motor de ejecución: 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.



Implementación
    public function get layoutY():Number
    public function set layoutY(value:Number):void

layoutZ

propiedad 
layoutZ:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.1
Versiones de motor de ejecución: 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.



Implementación
    public function get layoutZ():Number
    public function set layoutZ(value:Number):void

mirror

propiedad 
mirror:Boolean

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.1
Versiones de motor de ejecución: 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.

El valor predeterminado es false.



Implementación
    public function get mirror():Boolean
    public function set mirror(value:Boolean):void

stretchX

propiedad 
stretchX:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.1
Versiones de motor de ejecución: 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.



Implementación
    public function get stretchX():Number
    public function set stretchX(value:Number):void

stretchY

propiedad 
stretchY:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.1
Versiones de motor de ejecución: 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.



Implementación
    public function get stretchY():Number
    public function set stretchY(value:Number):void

transformX

propiedad 
transformX:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.1
Versiones de motor de ejecución: Flash Player 10, AIR 1.5

The x value of the point around which any rotation and scale is performed in both the layout and computed matrix.



Implementación
    public function get transformX():Number
    public function set transformX(value:Number):void

transformY

propiedad 
transformY:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.1
Versiones de motor de ejecución: Flash Player 10, AIR 1.5

The y value of the point around which any rotation and scale is performed in both the layout and computed matrix.



Implementación
    public function get transformY():Number
    public function set transformY(value:Number):void

transformZ

propiedad 
transformZ:Number

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4.1
Versiones de motor de ejecución: Flash Player 10, AIR 1.5

The z value of the point around which any rotation and scale is performed in both the layout and computed matrix.



Implementación
    public function get transformZ():Number
    public function set transformZ(value:Number):void




[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.