com.googlecode.wickedcharts.highcharts.options
Class ExportingOptions

java.lang.Object
  extended by com.googlecode.wickedcharts.highcharts.options.ExportingOptions
All Implemented Interfaces:
Serializable

public class ExportingOptions
extends Object
implements Serializable

Defines the configuration of the "exporting" option.

Author:
Tom Hombergs (tom.hombergs@gmail.com)
See Also:
http://api.highcharts.com/highcharts#exporting, Serialized Form

Constructor Summary
ExportingOptions()
           
 
Method Summary
 ExportingButtons getButtons()
           
 Boolean getEnabled()
           
 Boolean getEnableImages()
           
 String getFilename()
           
static long getSerialversionuid()
           
 ExportingMimeType getType()
           
 String getUrl()
           
 Integer getWidth()
           
 ExportingOptions setButtons(ExportingButtons buttons)
           
 ExportingOptions setEnabled(Boolean enabled)
           
 ExportingOptions setEnableImages(Boolean enableImages)
           
 ExportingOptions setFilename(String filename)
           
 ExportingOptions setType(ExportingMimeType type)
           
 ExportingOptions setUrl(String url)
           
 ExportingOptions setWidth(Integer width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportingOptions

public ExportingOptions()
Method Detail

getSerialversionuid

public static long getSerialversionuid()

getButtons

public ExportingButtons getButtons()

getEnabled

public Boolean getEnabled()

getEnableImages

public Boolean getEnableImages()

getFilename

public String getFilename()

getType

public ExportingMimeType getType()

getUrl

public String getUrl()

getWidth

public Integer getWidth()

setButtons

public ExportingOptions setButtons(ExportingButtons buttons)

setEnabled

public ExportingOptions setEnabled(Boolean enabled)

setEnableImages

public ExportingOptions setEnableImages(Boolean enableImages)

setFilename

public ExportingOptions setFilename(String filename)

setType

public ExportingOptions setType(ExportingMimeType type)

setUrl

public ExportingOptions setUrl(String url)

setWidth

public ExportingOptions setWidth(Integer width)


Copyright © 2013. All Rights Reserved.