4 FSI QuickZoom
107
NeptuneLabs - FSI Viewer
void
init();
Initializes FSI QuickZoom.
void
printAPI();
Shows all API methods in the console in alphabetical
order.
void
destroy();
Destroys FSI QuickZoom.
void
addImages(elImg, strSrc);
This adds a single <img> node to the list of dynamic
touch zoom images.
elImg
: the <img> node object
strSrc
(optional): the image URL (img.src if undefined)
Note:
you can as well call
scanForNewImages()
after
adding an <img> node
.
nInstanceID
getInstanceID();
Returns the number of the viewer object.
strVersion
getVersion();
Returns a string containing the FSI ImageFlow software
version.
strVersion
getBuild();
Returns a string containing theFSI ImageFlow software
build number.