| Package | org.openzet.display |
| Class | public class ImageLoader |
| Inheritance | ImageLoader flash.display.Sprite |
| Subclasses | DashedRectangle |
| Property | Defined by | ||
|---|---|---|---|
| content : * [read-only]
Content of this ImageLoader whether it is a display object or something else.
| ImageLoader | ||
| contentHeight : Number
Height of the content.
| ImageLoader | ||
| contentWidth : Number
Width of the content.
| ImageLoader | ||
| source : Object
Target source to be added.
| ImageLoader | ||
| Method | Defined by | ||
|---|---|---|---|
|
Constructor
| ImageLoader | ||
|
clear():void
Clears drawing.
| ImageLoader | ||
| Method | Defined by | ||
|---|---|---|---|
|
measure(target:Object):void
Sets content's width and height.
| ImageLoader | ||
| content | property |
content:* [read-only]Content of this ImageLoader whether it is a display object or something else.
Implementation public function get content():*
| contentHeight | property |
contentHeight:Number [read-write]Height of the content.
Implementation public function get contentHeight():Number
public function set contentHeight(value:Number):void
| contentWidth | property |
contentWidth:Number [read-write]Width of the content.
Implementation public function get contentWidth():Number
public function set contentWidth(value:Number):void
| source | property |
source:Object [read-write]Target source to be added. For the value of this property, you can assign an image class or a simple string value specifying the image's location.
Implementation public function get source():Object
public function set source(value:Object):void
| ImageLoader | () | constructor |
public function ImageLoader()Constructor
| clear | () | method |
public function clear():voidClears drawing.
| measure | () | method |
protected function measure(target:Object):voidSets content's width and height.
Parameterstarget:Object |