com.googlecode.wickedcharts.highcharts.options
Class ExportingButtons

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

Constructor Summary
ExportingButtons()
           
 
Method Summary
 ButtonOptions getExportButton()
           
 ButtonOptions getPrintButton()
           
 ExportingButtons setExportButton(ButtonOptions exportButton)
           
 ExportingButtons setPrintButton(ButtonOptions printButton)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportingButtons

public ExportingButtons()
Method Detail

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.