com.googlecode.wickedcharts.highcharts.options
Class DataLabels
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.DataLabels
- All Implemented Interfaces:
- Serializable
public class DataLabels
- extends Object
- implements Serializable
Defines the configuration of the "dataLabels" option.
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataLabels
public DataLabels()
- Empty constructor.
DataLabels
public DataLabels(Boolean enabled)
- Convenience constructor.
getAlign
public HorizontalAlignment getAlign()
getBackgroundColor
public ColorReference getBackgroundColor()
getBorderColor
public ColorReference getBorderColor()
getBorderRadius
public Integer getBorderRadius()
getColor
public ColorReference getColor()
getConnectorColor
public ColorReference getConnectorColor()
getDistance
public Integer getDistance()
getEnabled
public Boolean getEnabled()
getFormatter
public Function getFormatter()
getOverflow
public Overflow getOverflow()
getPadding
public Integer getPadding()
getRotation
public Integer getRotation()
getShadow
public Boolean getShadow()
getStyle
public CssStyle getStyle()
getBorderWidth
public Integer getBorderWidth()
getX
public Integer getX()
getY
public Integer getY()
setAlign
public DataLabels setAlign(HorizontalAlignment align)
setBackgroundColor
public DataLabels setBackgroundColor(Color color)
setBackgroundColor
public DataLabels setBackgroundColor(ColorReference backgroundColor)
setBorderColor
public DataLabels setBorderColor(Color color)
setBorderColor
public DataLabels setBorderColor(ColorReference borderColor)
setBorderRadius
public DataLabels setBorderRadius(Integer borderRadius)
setColor
public DataLabels setColor(Color color)
setColor
public DataLabels setColor(ColorReference color)
setConnectorColor
public DataLabels setConnectorColor(ColorReference connectorColor)
setDistance
public DataLabels setDistance(Integer distance)
setEnabled
public DataLabels setEnabled(Boolean enabled)
setFormatter
public DataLabels setFormatter(Function formatter)
setOverflow
public DataLabels setOverflow(Overflow overflow)
setPadding
public DataLabels setPadding(Integer padding)
setRotation
public DataLabels setRotation(Integer rotation)
setShadow
public DataLabels setShadow(Boolean shadow)
setStyle
public DataLabels setStyle(CssStyle style)
setBorderWidth
public DataLabels setBorderWidth(Integer vorderWidth)
setX
public DataLabels setX(Integer x)
setY
public DataLabels setY(Integer y)
Copyright © 2013. All Rights Reserved.