com.googlecode.wickedcharts.highcharts.options
Class ExportingOptions
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportingOptions
public ExportingOptions()
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.