From 0aa48d0503c69c9ebc1d2bb209bfbec10e8bed64 Mon Sep 17 00:00:00 2001 From: Bryan Berry Date: Wed, 17 Feb 2010 09:39:34 +0000 Subject: initial commit. Lesson English_Animal_Identification is current template --- (limited to 'docs/symbols/Karma.kImage.html') diff --git a/docs/symbols/Karma.kImage.html b/docs/symbols/Karma.kImage.html new file mode 100755 index 0000000..42139c3 --- /dev/null +++ b/docs/symbols/Karma.kImage.html @@ -0,0 +1,446 @@ + + + + + + + JsDoc Reference - Karma.kImage + + + + + + + + + + + +
+ +
Class Index +| File Index
+
+

Classes

+ +
+ +
+ +
+ +

+ + Class Karma.kImage +

+ + +

+ + + + This object is the prototype for images submitted to Karma in the + Karma() method + + +
Defined in: karma.js. + +

+ + + + + + + + + + + + + + + + + +
Class Summary
Constructor AttributesConstructor Name and Description
  +
+ Karma.kImage() +
+
Prototype object for images
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Field Summary
Field AttributesField Name and Description
<static>   +
+ Karma.kImage.file +
+
file location of image
+
<static>   +
+ Karma.kImage.media +
+
media object
+
+ + + + + + + + + + + + +
+
+ Class Detail +
+ +
+ Karma.kImage() +
+ +
+ Prototype object for images + +
+ + + +
 kImage is the prototype object for images. This 'media' asset is loaded 
+ in a distinctly different way from the canvas or svg assets.
+ + + + + + + + +
+
Throws:
+ +
+ {Error} +
+
if the image asset is set to be localized but + the global locale is not set on the Karma object
+ +
+ {Error} +
+
if the name and file properties are not supplied
+ +
+ + + + + +
+ + + + +
+ Field Detail +
+ + +
<static> + + {String} + Karma.kImage.file + +
+
+ file location of image + + +
+ + + + + + + +
+
Default Value:
+
+ "" +
+
+ + +
+ + +
<static> + + {Image} + Karma.kImage.media + +
+
+ media object + + +
+ + + + + + + +
+
Default Value:
+
+ undefined +
+
+ + + + + + + + + + + + +
+
+ + + +
+ + Documentation generated by JsDoc Toolkit 2.3.2 on Wed Feb 17 2010 14:55:45 GMT+0545 (NPT) +
+ + -- cgit v0.9.1