Paket | spark.components.supportClasses |
Sınıf | public class DisplayLayer |
Miras Alma | DisplayLayer EventDispatcher Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
overlay
property of Group
and DataGroup
.
İlgili API Öğeleri
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
numDisplayObjects : int [salt okunur]
Number of objects in the DisplayLayer. | DisplayLayer |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
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
EventDispatcher nesnesi olan bir olay dinleyici nesnesini, dinleyicinin bir olayın bildirimini alması için kaydeder. | EventDispatcher | ||
Olay akışına bir olay gönderir. | EventDispatcher | ||
Returns the DisplayObject with the specified index. | DisplayLayer | ||
Returns the depth for the specified DisplayObject. | DisplayLayer | ||
EventDispatcher nesnesinin belirli bir olay türü için kayıtlı dinleyicisi olup olmadığını kontrol eder. | EventDispatcher | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Removes the specified displayObject from the sorted list. | DisplayLayer | ||
EventDispatcher nesnesinden bir dinleyiciyi kaldırır. | EventDispatcher | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object | ||
Bir olay dinleyicisinin bu EventDispatcher nesnesiyle mi, yoksa onun belirtilen olay türüne yönelik üst öğelerinden biriyle mi kayıtlı olduğunu kontrol eder. | EventDispatcher |
Olaylar
Özellik Ayrıntısı
numDisplayObjects | özellik |
Yapıcı Ayrıntı
DisplayLayer | () | Yapıcı |
public function DisplayLayer()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Constructor.
Yöntem Ayrıntısı
addDisplayObject | () | yöntem |
public function addDisplayObject(displayObject:DisplayObject, depth:Number = NaN):DisplayObject
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | 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.
Parametreler
displayObject:DisplayObject — The object to add.
| |
depth:Number (default = NaN ) — The depth of the object.
|
DisplayObject — The index of the object.
|
getDisplayObjectAt | () | yöntem |
public function getDisplayObjectAt(index:int):DisplayObject
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Returns the DisplayObject with the specified index.
Parametreler
index:int — The index of the object.
|
DisplayObject — The object.
|
getDisplayObjectDepth | () | yöntem |
public function getDisplayObjectDepth(displayObject:DisplayObject):Number
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Returns the depth for the specified DisplayObject.
Parametreler
displayObject:DisplayObject — The object.
|
Number — The depth of the object.
|
removeDisplayObject | () | yöntem |
public function removeDisplayObject(displayObject:DisplayObject):DisplayObject
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Removes the specified displayObject
from the sorted list.
Parametreler
displayObject:DisplayObject — The object.
|
DisplayObject — The removed object.
|
Tue Jun 12 2018, 01:09 PM Z