Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
mx.effects.effectClasses 

PropertyChanges  - AS3 Flex

Pacchettomx.effects.effectClasses
Classepublic class PropertyChanges
EreditarietàPropertyChanges Inheritance Object

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: 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.

Elementi API correlati



Proprietà pubbliche
 ProprietàDefinito da
 Inheritedconstructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto.
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
Metodi pubblici
 MetodoDefinito da
  
The PropertyChanges constructor.
PropertyChanges
 Inherited
Indica se per un oggetto è definita una proprietà specifica.
Object
 Inherited
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro.
Object
 Inherited
Indica se la proprietà specificata esiste ed è enumerabile.
Object
 Inherited
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche.
Object
 Inherited
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate.
Object
 Inherited
Restituisce la rappresentazione in formato stringa dell'oggetto specificato.
Object
 Inherited
Restituisce il valore di base dell'oggetto specificato.
Object
Descrizione delle proprietà

end

proprietà
public var end:Object

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: 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

proprietà 
public var start:Object

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: 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

proprietà 
public var stripUnchangedValues:Boolean = true

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: 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.

Il valore predefinito è true.

target

proprietà 
public var target:Object

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: 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.

Descrizione della funzione di costruzione

PropertyChanges

()Funzione di costruzione
public function PropertyChanges(target:Object)

Versione linguaggio: ActionScript 3.0
Versione prodotto: Flex 3
Versioni runtime: Flash Player 9, AIR 1.1

The PropertyChanges constructor.

Parametri
target:Object — Object that is a target of an effect.




[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.