com.googlecode.wickedcharts.highcharts.options
Class Labels
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.Labels
- All Implemented Interfaces:
- Serializable
public class Labels
- extends Object
- implements Serializable
Defines some label in a chart.
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
- See Also:
- http://api.highcharts.com/highcharts#Axis.plotLines.label
and others,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Labels
public Labels()
Labels
public Labels(String text)
getAlign
public HorizontalAlignment getAlign()
getFormatter
public Function getFormatter()
getOverflow
public Overflow getOverflow()
getRotation
public Integer getRotation()
getStyle
public CssStyle getStyle()
getText
public String getText()
getTextAlign
public HorizontalAlignment getTextAlign()
getVerticalAlign
public VerticalAlignment getVerticalAlign()
getX
public Integer getX()
getY
public Integer getY()
setAlign
public Labels setAlign(HorizontalAlignment align)
setFormatter
public Labels setFormatter(Function formatter)
setOverflow
public Labels setOverflow(Overflow overflow)
setRotation
public Labels setRotation(Integer rotation)
setStyle
public Labels setStyle(CssStyle style)
setText
public Labels setText(String text)
setTextAlign
public Labels setTextAlign(HorizontalAlignment textAlign)
setVerticalAlign
public Labels setVerticalAlign(VerticalAlignment verticalAlign)
setX
public Labels setX(Integer x)
setY
public Labels setY(Integer y)
setStep
public Labels setStep(Integer step)
getStep
public Integer getStep()
Copyright © 2013. All Rights Reserved.