com.googlecode.wickedcharts.highcharts.options
Class Tooltip
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.Tooltip
- All Implemented Interfaces:
- Serializable
public class Tooltip
- extends Object
- implements Serializable
Defines the configuration of the "tooltip" option.
- Author:
- Matthias Balke
- See Also:
- http://api.highcharts.com/highcharts#tooltip,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tooltip
public Tooltip()
getPercentageSuffix
public String getPercentageSuffix()
setPercentageSuffix
public Tooltip setPercentageSuffix(String percentageSuffix)
getPercentagePrefix
public String getPercentagePrefix()
setPercentagePrefix
public Tooltip setPercentagePrefix(String percentagePrefix)
getTotalSuffix
public String getTotalSuffix()
setTotalSuffix
public Tooltip setTotalSuffix(String totalSuffix)
getTotalPrefix
public String getTotalPrefix()
setTotalPrefix
public Tooltip setTotalPrefix(String totalPrefix)
getTotalDecimals
public Integer getTotalDecimals()
setTotalDecimals
public Tooltip setTotalDecimals(Integer totalDecimals)
getAnimation
public Boolean getAnimation()
getBackgroundColor
public ColorReference getBackgroundColor()
getBorderColor
public ColorReference getBorderColor()
getBorderRadius
public Integer getBorderRadius()
getBorderWidth
public Integer getBorderWidth()
getCrosshairs
public Crosshair[] getCrosshairs()
getEnabled
public Boolean getEnabled()
getFooterFormat
public String getFooterFormat()
getFormatter
public Function getFormatter()
getHeaderFormat
public String getHeaderFormat()
getPercentageDecimals
public Integer getPercentageDecimals()
getPointFormat
public String getPointFormat()
getPositioner
public Function getPositioner()
getShadow
public Boolean getShadow()
getShared
public Boolean getShared()
getSnap
public Integer getSnap()
getStyle
public CssStyle getStyle()
getUseHTML
public Boolean getUseHTML()
getValueDecimals
public Integer getValueDecimals()
getValuePrefix
public String getValuePrefix()
getValueSuffix
public String getValueSuffix()
getxDateFormat
public String getxDateFormat()
setAnimation
public Tooltip setAnimation(Boolean animation)
setBackgroundColor
public Tooltip setBackgroundColor(ColorReference backgroundColor)
setBorderColor
public Tooltip setBorderColor(ColorReference borderColor)
setBorderRadius
public Tooltip setBorderRadius(Integer borderRadius)
setBorderWidth
public Tooltip setBorderWidth(Integer borderWidth)
setEnabled
public Tooltip setEnabled(Boolean enabled)
setFooterFormat
public Tooltip setFooterFormat(String footerFormat)
setFormatter
public Tooltip setFormatter(Function formatter)
setHeaderFormat
public Tooltip setHeaderFormat(String headerFormat)
setPercentageDecimals
public Tooltip setPercentageDecimals(Integer percentageDecimals)
setPointFormat
public Tooltip setPointFormat(String pointFormat)
setPositioner
public Tooltip setPositioner(Function positioner)
setShadow
public Tooltip setShadow(Boolean shadow)
setShared
public Tooltip setShared(Boolean shared)
setSnap
public Tooltip setSnap(Integer snap)
setStyle
public Tooltip setStyle(CssStyle style)
setUseHTML
public Tooltip setUseHTML(Boolean useHTML)
setValueDecimals
public Tooltip setValueDecimals(Integer valueDecimals)
setValuePrefix
public Tooltip setValuePrefix(String valuePrefix)
setValueSuffix
public Tooltip setValueSuffix(String valueSuffix)
setXCrosshair
public Tooltip setXCrosshair(Crosshair crosshair)
setxDateFormat
public Tooltip setxDateFormat(String xDateFormat)
setYCrosshair
public Tooltip setYCrosshair(Crosshair crosshair)
Copyright © 2013. All Rights Reserved.