Uses of Class
org.moxieapps.gwt.highcharts.client.ToolTip

Packages that use ToolTip
org.moxieapps.gwt.highcharts.client This is the core package of the library, which includes the Chart and StockChart classes which most applications will want to start with when using Highcharts or Highstock visualizations. 
 

Uses of ToolTip in org.moxieapps.gwt.highcharts.client
 

Methods in org.moxieapps.gwt.highcharts.client that return ToolTip
 ToolTip ToolTip.setAnimation(boolean animation)
          Convenience method for setting the 'animation' option for the tool tips.
 ToolTip ToolTip.setBackgroundColor(Color backgroundColor)
          Convenience method for setting the 'backgroundColor' option for the tool tips to a gradient or color with an alpha channel .
 ToolTip ToolTip.setBackgroundColor(String backgroundColor)
          Convenience method for setting the 'backgroundColor' option for the tool tips.
 ToolTip ToolTip.setBorderColor(Color borderColor)
          Convenience method for setting the 'borderColor' option for the tool tips to a gradient or color with an alpha channel .
 ToolTip ToolTip.setBorderColor(String borderColor)
          Convenience method for setting the 'borderColor' option for the tool tips.
 ToolTip ToolTip.setBorderRadius(Number borderRadius)
          Convenience method for setting the 'borderRadius' option for the tool tips.
 ToolTip ToolTip.setBorderWidth(Number borderWidth)
          Convenience method for setting the 'borderWidth' option for the tool tips.
 ToolTip ToolTip.setChangeDecimal(Number changeDecimal)
          convenience method for setting the 'changeDecimal' option for the tool tips.
 ToolTip ToolTip.setCrosshairs(boolean crosshairs)
          Convenience method for setting the 'crosshairs' option for the tool tips for both axis.
 ToolTip ToolTip.setCrosshairs(boolean xCrosshairs, boolean yCrosshairs)
          Convenience method for setting the 'crosshairs' option for the tool tips for each axis separately.
 ToolTip ToolTip.setEnabled(boolean enabled)
          Convenience method for setting the 'enabled' option for the tool tips.
 ToolTip ToolTip.setFollowPointer(boolean followPointer)
          Convenience method for setting the 'followPointer' option for the tool tips.
 ToolTip ToolTip.setFollowTouchMove(boolean followTouchMove)
          Convenience method for setting the 'enabled' option for the tool tips.
 ToolTip ToolTip.setFormatter(ToolTipFormatter toolTipFormatter)
          Sets a custom formatter on the tooltip that can be used to control the contents and styling of the text that appears in the tooltip.
 ToolTip ToolTip.setHeaderFormat(String headerFormat)
          Convenience method for setting the 'headerFormat' option for the tool tips.
 ToolTip ToolTip.setHideDelay(Number hideDelay)
          Convenience method for setting the 'hideDelay' option of the tool tip.
 ToolTip ToolTip.setPointFormat(String pointFormat)
          Convenience method for setting the 'pointFormat' option for the tool tips.
 ToolTip ToolTip.setShadow(boolean shadow)
          Convenience method for setting the 'shadow' option for the tool tips.
 ToolTip ToolTip.setShared(boolean shared)
          Convenience method for setting the 'shared' option for the tool tips.
 ToolTip ToolTip.setSnap(Number snap)
          Convenience method for setting the 'snap' option for the tool tips.
 ToolTip ToolTip.setStyle(Style style)
          Convenience method for setting the 'style' options of the tooltip.
 ToolTip ToolTip.setUseHTML(boolean useHTML)
          Convenience method for setting the 'useHTML' option for the tool tips.
 ToolTip ToolTip.setValueDecimals(Number valueDecimals)
          Convenience method for setting the 'valueDecimals' option for the tool tips.
 ToolTip ToolTip.setValuePrefix(String valuePrefix)
          Convenience method for setting the 'valuePrefix' option for the tool tips.
 ToolTip ToolTip.setValueSuffix(String valueSuffix)
          Convenience method for setting the 'valueSuffix' option for the tool tips.
 ToolTip ToolTip.setXDateFormat(String xDateFormat)
          Convenience method for setting the 'xDateFormat' option for the tool tips.
 

Methods in org.moxieapps.gwt.highcharts.client with parameters of type ToolTip
 Series Series.setToolTip(ToolTip toolTip)
          Convenience method for setting the 'tooltip' option of the series.
 T BaseChart.setToolTip(ToolTip toolTip)
          Convenience method for setting the 'tooltip' option of the chart.
 



Copyright © 2015. All Rights Reserved.