Paket | spark.core |
Arabirim | public interface ISharedDisplayObject |
Uygulayıcılar | Group, IconItemRenderer |
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 |
IGraphicElement
objects.
The Group class uses the ISharedDisplayObject interface to manage
invalidation and redrawing of sequences of IGraphicElement
objects that share a DisplayObject.
Typically, when implementing a custom IGraphicElement class, you also implement this interface for the DisplayObject that the custom IGraphicElement creates.
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
redrawRequested : Boolean
Contains true when any of the IGraphicElement objects that share
this DisplayObject need to redraw. | ISharedDisplayObject |
Özellik Ayrıntısı
redrawRequested | özellik |
redrawRequested:Boolean
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 |
Contains true
when any of the IGraphicElement objects that share
this DisplayObject need to redraw.
This property is used internally by the Group class
and you do not typically use it.
The Group class sets and reads back this property to
determine which graphic elements to validate.
Uygulama
public function get redrawRequested():Boolean
public function set redrawRequested(value:Boolean):void
Tue Jun 12 2018, 01:09 PM Z