com.googlecode.wickedcharts.highcharts.options
Class ExportingButtons
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.ExportingButtons
- All Implemented Interfaces:
- Serializable
public class ExportingButtons
- extends Object
- implements Serializable
Defines the configurations fot the buttons option.
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
- See Also:
- http://api.highcharts.com/highcharts#exporting.buttons,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportingButtons
public ExportingButtons()
getExportButton
public ButtonOptions getExportButton()
getPrintButton
public ButtonOptions getPrintButton()
setExportButton
public ExportingButtons setExportButton(ButtonOptions exportButton)
setPrintButton
public ExportingButtons setPrintButton(ButtonOptions printButton)
Copyright © 2013. All Rights Reserved.