com.googlecode.wickedcharts.highcharts.options
Class Title
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.Title
- All Implemented Interfaces:
- Serializable
public class Title
- extends Object
- implements Serializable
Defines the configuration of the "title" option.
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
- See Also:
- http://api.highcharts.com/highcharts#title,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Title
public Title()
Title
public Title(String text)
getAlign
public HorizontalAlignment getAlign()
getEnabled
public Boolean getEnabled()
getFloating
public Boolean getFloating()
getMargin
public Integer getMargin()
getOffset
public Integer getOffset()
getRotation
public Integer getRotation()
getStyle
public CssStyle getStyle()
getText
public String getText()
getVerticalAlign
public VerticalAlignment getVerticalAlign()
getX
public Integer getX()
getY
public Integer getY()
setAlign
public Title setAlign(HorizontalAlignment align)
setEnabled
public Title setEnabled(Boolean enabled)
setFloating
public Title setFloating(Boolean floating)
setMargin
public Title setMargin(Integer margin)
setOffset
public Title setOffset(Integer offset)
setRotation
public Title setRotation(Integer rotation)
setStyle
public Title setStyle(CssStyle style)
setText
public Title setText(String text)
setVerticalAlign
public Title setVerticalAlign(VerticalAlignment verticalAlign)
setX
public Title setX(Integer x)
setY
public Title setY(Integer y)
Copyright © 2013. All Rights Reserved.