com.googlecode.wickedcharts.highcharts.options
Class CreditOptions

java.lang.Object
  extended by 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

Constructor Summary
CreditOptions()
           
 
Method Summary
 Boolean getEnabled()
           
 String getHref()
           
 CssStyle getStyle()
           
 String getText()
           
 CreditOptions setEnabled(Boolean enabled)
           
 CreditOptions setHref(String href)
           
 CreditOptions setStyle(CssStyle style)
           
 CreditOptions setText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreditOptions

public CreditOptions()
Method Detail

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.