패키지 | spark.core |
인터페이스 | public interface ISharedDisplayObject |
구현자 | Group, IconItemRenderer |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | 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.
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
redrawRequested : Boolean
Contains true when any of the IGraphicElement objects that share
this DisplayObject need to redraw. | ISharedDisplayObject |
속성 세부 정보
redrawRequested | 속성 |
redrawRequested:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | 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.
구현
public function get redrawRequested():Boolean
public function set redrawRequested(value:Boolean):void
Tue Jun 12 2018, 03:17 PM Z