Pacchetto | spark.components.supportClasses |
Classe | public class DisplayLayer |
Ereditarietà | DisplayLayer EventDispatcher Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
overlay
property of Group
and DataGroup
.
Elementi API correlati
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
numDisplayObjects : int [sola lettura]
Number of objects in the DisplayLayer. | DisplayLayer |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | DisplayLayer | ||
Adds a displayObject with the specified depth to the ordered list. | DisplayLayer | ||
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 | ||
Returns the DisplayObject with the specified index. | DisplayLayer | ||
Returns the depth for the specified DisplayObject. | DisplayLayer | ||
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 | ||
Removes the specified displayObject from the sorted list. | DisplayLayer | ||
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à
numDisplayObjects | proprietà |
Descrizione della funzione di costruzione
DisplayLayer | () | Funzione di costruzione |
public function DisplayLayer()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Constructor.
Descrizione dei metodi
addDisplayObject | () | metodo |
public function addDisplayObject(displayObject:DisplayObject, depth:Number = NaN):DisplayObject
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Adds a displayObject
with the specified depth to the ordered list.
The position of the displayObject
in the sorted lists is based on
its depth.
The object is inserted after all objects with less than or equal
depth
value.
Parametri
displayObject:DisplayObject — The object to add.
| |
depth:Number (default = NaN ) — The depth of the object.
|
DisplayObject — The index of the object.
|
getDisplayObjectAt | () | metodo |
public function getDisplayObjectAt(index:int):DisplayObject
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Returns the DisplayObject with the specified index.
Parametri
index:int — The index of the object.
|
DisplayObject — The object.
|
getDisplayObjectDepth | () | metodo |
public function getDisplayObjectDepth(displayObject:DisplayObject):Number
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Returns the depth for the specified DisplayObject.
Parametri
displayObject:DisplayObject — The object.
|
Number — The depth of the object.
|
removeDisplayObject | () | metodo |
public function removeDisplayObject(displayObject:DisplayObject):DisplayObject
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Removes the specified displayObject
from the sorted list.
Parametri
displayObject:DisplayObject — The object.
|
DisplayObject — The removed object.
|
Tue Jun 12 2018, 02:44 PM Z