Class wso2vis.c.Tooltip
Represents a tool-tip which creates a graphical tool-tip in WSO2Vis.
Defined in: Tooltip.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Constructs a new Tooltip.
|
| 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.
|
|
|
style()
|
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()