Class Index | File Index

Classes


Class links.Network.Images

Images This class loades images and keeps them stored.
Defined in: network.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
load(url)
 
Set an onload callback function.
Class Detail
links.Network.Images()
Method Detail
{Image} load(url)
Parameters:
{string} url
Url of the image
Returns:
{Image} img The image object

setOnloadCallback(callback)
Set an onload callback function. This will be called each time an image is loaded
Parameters:
{function} callback

Documentation generated by JsDoc Toolkit 2.3.2 on Fri Apr 26 2013 14:32:41 GMT+0200 (CEST)