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.effects.effectClasses 

PropertyChanges  - AS3 Flex

Paquetemx.effects.effectClasses
Clasepublic class PropertyChanges
HerenciaPropertyChanges Inheritance Object

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The PropertyChanges class defines the start and end values for a set of properties of a target component of a transition. The start and end fields of the PropertyChanges class contain the same set of properties, but with different values.

Target properties that have the same start and end values are not included in the start and end fields.

Elementos de API relacionados



Propiedades públicas
 PropiedadDefinido por
 Inheritedconstructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada.
Object
  end : Object
An Object containing the ending properties of the target component modified by the change in view state.
PropertyChanges
  start : Object
An Object containing the starting properties of the target component modified by the change in view state.
PropertyChanges
  stripUnchangedValues : Boolean = true
This flag controls whether values that are the same in the start and end states are stripped from those objects.
PropertyChanges
  target : Object
A target component of a transition.
PropertyChanges
Métodos públicos
 MétodoDefinido por
  
The PropertyChanges constructor.
PropertyChanges
 Inherited
Indica si un objeto tiene definida una propiedad especificada.
Object
 Inherited
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro.
Object
 Inherited
Indica si existe la propiedad especificada y si es enumerable.
Object
 Inherited
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle.
Object
 Inherited
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional.
Object
 Inherited
Devuelve la representación de cadena del objeto especificado.
Object
 Inherited
Devuelve el valor simple del objeto especificado.
Object
Información sobre propiedades

end

propiedad
public var end:Object

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

An Object containing the ending properties of the target component modified by the change in view state.

For example, for a target component that is both moved and resized by a change to the view state, end contains the ending position and size of the component, as the following example shows:

{ x: 100, y: 100, width: 200, height: 200 }

start

propiedad 
public var start:Object

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

An Object containing the starting properties of the target component modified by the change in view state.

For example, for a target component that is both moved and resized by a change to the view state, start contains the starting position and size of the component, as the following example shows:

{ x: 0, y: 0, width: 100, height: 100}

stripUnchangedValues

propiedad 
public var stripUnchangedValues:Boolean = true

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

This flag controls whether values that are the same in the start and end states are stripped from those objects.

El valor predeterminado es true.

target

propiedad 
public var target:Object

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

A target component of a transition. The start and end fields of the PropertyChanges object define how the target component is modified by the change to the view state.

Información sobre constructores

PropertyChanges

()Información sobre
public function PropertyChanges(target:Object)

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

The PropertyChanges constructor.

Parámetros
target:Object — Object that is a target of an effect.




[ 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.