Package 

Class Exports


  • 
    public class Exports
    extends JsObject
                        

    Composition view, that concatenates two different views.

    • Constructor Summary

      Constructors 
      Constructor Description
      Exports(String jsChart)
    • Method Summary

      Modifier and Type Method Description
      static Exports instantiate()
      String getJsBase()
      void facebook() Getter for facebook sharing settings.
      void facebook(String captionOrOptions, String link, String name, String description, String width, String height, String appId) Setter for facebook sharing settings.
      void filename(String name) Setter and getter for the file name for exported files.
      void image() Getter for dimensions for exported images and PDFs.
      void image(String widthOrOptions, String height) Setter for dimensions for exported images and PDFs.
      void linkedin() Getter for LinkedIn sharing settings.
      void linkedin(String captionOrOptions, String description, String width, String height) Setter for LinkedIn sharing settings.
      void pinterest() Getter for Pinterest sharing settings.
      void pinterest(String linkOrOptions, String description, String width, String height) Setter for Pinterest sharing settings.
      void twitter() Getter for Twitter sharing settings.
      void twitter(String urlOrOptions, String width, String height) Setter for twitter sharing settings.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait