Package org.pepstock.charba.client.items
Class TooltipNode
- java.lang.Object
-
- org.pepstock.charba.client.items.TooltipNode
-
public final class TooltipNode extends Object
Wrapper of tooltip node of CHART.JS.
This is a wrapper of title node of Chart (of CHART.JS).- Author:
- Andrea "Stock" Stocchero
-
-
Constructor Summary
Constructors Constructor Description TooltipNode(ChartEnvelop<NativeObject> envelop)
Creates the item using envelop with the native java script object which contains all properties.
-
-
-
Constructor Detail
-
TooltipNode
public TooltipNode(ChartEnvelop<NativeObject> envelop)
Creates the item using envelop with the native java script object which contains all properties.- Parameters:
envelop
- envelop with the native java script object which contains all properties.
-
-
Method Detail
-
getModel
public TooltipModel getModel()
Returns the tooltip model- Returns:
- the model
-
-