com.googlecode.wickedcharts.highcharts.options
Class CreditOptions
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.CreditOptions
- All Implemented Interfaces:
- Serializable
public class CreditOptions
- extends Object
- implements Serializable
Defines the configuration of the "credits" option.
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
- See Also:
- http://api.highcharts.com/highcharts#credits,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreditOptions
public CreditOptions()
getEnabled
public Boolean getEnabled()
getHref
public String getHref()
getStyle
public CssStyle getStyle()
getText
public String getText()
setEnabled
public CreditOptions setEnabled(Boolean enabled)
setHref
public CreditOptions setHref(String href)
setStyle
public CreditOptions setStyle(CssStyle style)
setText
public CreditOptions setText(String text)
Copyright © 2013. All Rights Reserved.