Karma Index | File Index

Objects and Functions


Class Karma.kSvg

This object is the prototype for each svg element submitted to Karma in the Karma() method
Defined in: karma.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Prototypal object for each svg element submitted to Karma in the Karma() method
Field Summary
Field Attributes Field Name and Description
<static>  
Karma.kSvg.doc
Reference to the SVGDocument
<static>  
Karma.kSvg.domId
Element ID for canvas element in html document
<static>  
Karma.kSvg.height
height of element
<static>  
Karma.kSvg.name
name of instance, used internally
<static>  
Karma.kSvg.node
Reference to the DOM element
<static>  
Karma.kSvg.root
Reference to the root element of the SVG Document
<static>  
Karma.kSvg.status
Status of element, either "loaded" or "error"
<static>  
Karma.kSvg.visible
Whether canvas is visible
<static>  
Karma.kSvg.width
width of element
Class Detail
Karma.kSvg()
Prototypal object for each svg element submitted to Karma in the Karma() method
Throws:
{Error}
if the name and domId for the svg element are not specified
Field Detail
<static> {SVGDocument} Karma.kSvg.doc
Reference to the SVGDocument
Default Value:
undefined

<static> {String} Karma.kSvg.domId
Element ID for canvas element in html document
Default Value:
undefined

<static> {number} Karma.kSvg.height
height of element
Default Value:
0

<static> Karma.kSvg.name
name of instance, used internally
Default Value:
""

<static> {DOMElement} Karma.kSvg.node
Reference to the DOM element
Default Value:
undefined

<static> {DocumentElement} Karma.kSvg.root
Reference to the root element of the SVG Document
Default Value:
undefined

<static> {string} Karma.kSvg.status
Status of element, either "loaded" or "error"
Default Value:
""

<static> {boolean} Karma.kSvg.visible
Whether canvas is visible
Default Value:
true

<static> {number} Karma.kSvg.width
width of element
Default Value:
0

Documentation generated by JsDoc Toolkit 2.3.2 on Tue Dec 15 2009 11:43:58 GMT+0545 (NPT)