Class Index | File Index

Classes


Namespace fabric.Element#cache


Defined in: element.class.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Used for caching SVG documents (loaded via `fabric.Element#loadSVGFromURL`)
Method Summary
Method Attributes Method Name and Description
<static>  
fabric.Element#cache.get(url, callback)
<static>  
fabric.Element#cache.has(name, callback)
<static>  
fabric.Element#cache.set(url, object)
Namespace Detail
fabric.Element#cache
Used for caching SVG documents (loaded via `fabric.Element#loadSVGFromURL`)
Method Detail
<static> fabric.Element#cache.get(url, callback)
Parameters:
{String} url
{Function} callback

<static> fabric.Element#cache.has(name, callback)
Parameters:
{String} name
{Function} callback

<static> fabric.Element#cache.set(url, object)
Parameters:
{String} url
{Object} object

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Oct 21 2010 22:39:50 GMT-0400 (EDT)