ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
spark.skins 

IHighlightBitmapCaptureClient  - AS3 Flex

Packagespark.skins
Interfacepublic interface IHighlightBitmapCaptureClient
Implementors MobileSkin, Skin

Language Version: ActionScript 3.0
Product Version: Flex 4.5
Runtime Versions: Flash Player 10, AIR 2.5

The IHighlightBitmapCaptureClient defines the interface for skins that support highlight bitmap capture.



Public Methods
 MethodDefined By
  
Called before a bitmap capture is made for this skin.
IHighlightBitmapCaptureClient
  
Called after a bitmap capture is made for this skin.
IHighlightBitmapCaptureClient
  
Validate the skin.
IHighlightBitmapCaptureClient
Method Detail

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.

Returns
Boolean

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.

Returns
Boolean

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.