| Package | com.gaiaframework.api |
| Interface | public interface IBitmap extends IDisplayObject, IAsset, flash.events.IEventDispatcher |
BitmapAsset.
See also
| Property | Defined by | ||
|---|---|---|---|
![]() | accessibilityProperties : AccessibilityProperties | IDisplayObject | |
![]() | alpha : Number | IDisplayObject | |
| bitmapData : BitmapData | IBitmap | ||
![]() | blendMode : String | IDisplayObject | |
![]() | bytes : int
Returns the bytes attribute value set in the
site.xml for byte-accurate preloading. | IAsset | |
![]() | cacheAsBitmap : Boolean | IDisplayObject | |
| content : Bitmap [read-only]
Returns the loader.content Bitmap.
| IBitmap | ||
![]() | depth : String
Specifies the depth container the asset is assigned to.
| IDisplayObject | |
![]() | filters : Array | IDisplayObject | |
![]() | height : Number | IDisplayObject | |
![]() | id : String
Returns the ID as set in
site.xml. | IAsset | |
![]() | loader : Loader
Returns the loader.
| IDisplayObject | |
![]() | mask : DisplayObject | IDisplayObject | |
![]() | mouseX : Number | IDisplayObject | |
![]() | mouseY : Number | IDisplayObject | |
![]() | name : String | IDisplayObject | |
![]() | node : XML
Returns the raw XML node of the asset
| IAsset | |
![]() | opaqueBackground : Object | IDisplayObject | |
![]() | order : int
Returns the load order and position of the asset relative to other assets of the page.
| IAsset | |
![]() | parent : DisplayObjectContainer | IDisplayObject | |
![]() | percentLoaded : Number
Returns the bytesLoaded / bytesTotal.
| IAsset | |
| pixelSnapping : String | IBitmap | ||
![]() | preloadAsset : Boolean
Specifies a value of
true if the asset is set to preload, or false if it is on-demand. | IAsset | |
![]() | root : DisplayObject | IDisplayObject | |
![]() | rotation : Number | IDisplayObject | |
![]() | scale9Grid : Rectangle | IDisplayObject | |
![]() | scaleX : Number | IDisplayObject | |
![]() | scaleY : Number | IDisplayObject | |
![]() | scrollRect : Rectangle | IDisplayObject | |
![]() | showProgress : Boolean
Specifies whether the asset will cause the asset preloader to appear when loaded on-demand.
| IAsset | |
| smoothing : Boolean | IBitmap | ||
![]() | src : String
Returns the source path of the asset.
| IAsset | |
![]() | stage : Stage | IDisplayObject | |
![]() | title : String
Specifies the title of the asset.
| IAsset | |
![]() | transform : Transform | IDisplayObject | |
![]() | visible : Boolean | IDisplayObject | |
![]() | width : Number | IDisplayObject | |
![]() | x : Number | IDisplayObject | |
![]() | y : Number | IDisplayObject | |
| bitmapData | property |
bitmapData:BitmapData [read-write]Implementation
public function get bitmapData():BitmapData
public function set bitmapData(value:BitmapData):void
See also
| content | property |
content:Bitmap [read-only]Returns the loader.content Bitmap.
Implementation public function get content():Bitmap
| pixelSnapping | property |
pixelSnapping:String [read-write]Implementation
public function get pixelSnapping():String
public function set pixelSnapping(value:String):void
See also
| smoothing | property |
smoothing:Boolean [read-write]Implementation
public function get smoothing():Boolean
public function set smoothing(value:Boolean):void
See also