Package | menu3.splashhints |
Class | public class SplashHintImage |
Inheritance | SplashHintImage ![]() |
Property | Defined By | ||
---|---|---|---|
height : Number [override] [read-only] | SplashHintImage | ||
width : Number [override] [read-only] | SplashHintImage |
Method | Defined By | ||
---|---|---|---|
SplashHintImage | |||
hide():void | SplashHintImage | ||
loadImage(rid:String, onComplete:Function = null):void | SplashHintImage | ||
show():void | SplashHintImage |
height | property |
height:Number
[read-only] [override] public function get height():Number
width | property |
width:Number
[read-only] [override] public function get width():Number
SplashHintImage | () | Constructor |
public function SplashHintImage()
hide | () | method |
public function hide():void
loadImage | () | method |
public function loadImage(rid:String, onComplete:Function = null):void
Parameters
rid:String | |
onComplete:Function (default = null )
|
show | () | method |
public function show():void