"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> JsDoc Reference - wso2vis.c.Tooltip
Class Index | File Index

Classes


Class wso2vis.c.Tooltip

Represents a tool-tip which creates a graphical tool-tip in WSO2Vis.
Defined in: Tooltip.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs a new Tooltip.
Method Summary
Method Attributes Method Name and Description
 
hide()
Hides the tool-tip.
 
show(x, y, content)
Shows the tool-tip in the given x y coordinates.
 
Class Detail
wso2vis.c.Tooltip()
Constructs a new Tooltip.
Method Detail
hide()
Hides the tool-tip.

show(x, y, content)
Shows the tool-tip in the given x y coordinates.
Parameters:
{float} x
x coordinate of the tool-tip.
{float} y
y coordinate of the tool-tip.
{string} content
content of the tool-tip.

style()

Documentation generated by JsDoc Toolkit 2.3.2 on Wed Jul 28 2010 15:35:59 GMT+0530 (IST)