Pacchetto | mx.geom |
Classe | public class TransformOffsets |
Ereditarietà | TransformOffsets EventDispatcher Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
rotationX : Number
the rotationX, in degrees, added to the transform
| TransformOffsets | ||
rotationY : Number
the rotationY, in degrees, added to the transform
| TransformOffsets | ||
rotationZ : Number
the rotationZ, in degrees, added to the transform
| TransformOffsets | ||
scaleX : Number
the multiplier applied to the scaleX of the transform. | TransformOffsets | ||
scaleY : Number
the multiplier applied to the scaleY of the transform. | TransformOffsets | ||
scaleZ : Number
the multiplier applied to the scaleZ of the transform. | TransformOffsets | ||
x : Number
the x value added to the transform
| TransformOffsets | ||
y : Number
the y value added to the transform
| TransformOffsets | ||
z : Number
the z value added to the transform
| TransformOffsets |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | TransformOffsets | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | EventDispatcher | ||
Invia un evento nel flusso di eventi. | EventDispatcher | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | EventDispatcher | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | EventDispatcher |
Eventi
Descrizione delle proprietà
rotationX | proprietà |
rotationY | proprietà |
rotationZ | proprietà |
scaleX | proprietà |
scaleY | proprietà |
scaleZ | proprietà |
x | proprietà |
y | proprietà |
z | proprietà |
Descrizione della funzione di costruzione
TransformOffsets | () | Funzione di costruzione |
public function TransformOffsets()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Constructor.
Tue Jun 12 2018, 02:44 PM Z