Package | spark.skins |
Interface | public interface IHighlightBitmapCaptureClient |
Implementors | ActionScriptSkinBase, Skin |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.5 |
Runtime Versions : | Flash Player 10, AIR 2.5 |
Method | Defined By | ||
---|---|---|---|
beginHighlightBitmapCapture():Boolean
Called before a bitmap capture is made for this skin. | IHighlightBitmapCaptureClient | ||
endHighlightBitmapCapture():Boolean
Called after a bitmap capture is made for this skin. | IHighlightBitmapCaptureClient | ||
validateNow():void
Validate the skin. | IHighlightBitmapCaptureClient |
beginHighlightBitmapCapture | () | method |
public function beginHighlightBitmapCapture():Boolean
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.5 |
Runtime Versions : | Flash Player 10, AIR 2.5 |
Called before a bitmap capture is made for this skin. Return true if the skin needs to be updated before the bitmap is captured.
ReturnsBoolean |
endHighlightBitmapCapture | () | method |
public function endHighlightBitmapCapture():Boolean
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.5 |
Runtime Versions : | Flash Player 10, AIR 2.5 |
Called after a bitmap capture is made for this skin. Return true if the skin needs to be updated.
ReturnsBoolean |
validateNow | () | method |
public function validateNow():void
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.5 |
Runtime Versions : | Flash Player 10, AIR 2.5 |
Validate the skin.