-
-
Method Summary
Modifier and Type Method Description static Exportsinstantiate()StringgetJsBase()voidfacebook()Getter for facebook sharing settings. voidfacebook(String captionOrOptions, String link, String name, String description, String width, String height, String appId)Setter for facebook sharing settings. voidfilename(String name)Setter and getter for the file name for exported files. voidimage()Getter for dimensions for exported images and PDFs. voidimage(String widthOrOptions, String height)Setter for dimensions for exported images and PDFs. voidlinkedin()Getter for LinkedIn sharing settings. voidlinkedin(String captionOrOptions, String description, String width, String height)Setter for LinkedIn sharing settings. voidpinterest()Getter for Pinterest sharing settings. voidpinterest(String linkOrOptions, String description, String width, String height)Setter for Pinterest sharing settings. voidtwitter()Getter for Twitter sharing settings. voidtwitter(String urlOrOptions, String width, String height)Setter for twitter sharing settings. -
-
Constructor Detail
-
Exports
Exports(String jsChart)
-
-
Method Detail
-
instantiate
static Exports instantiate()
-
facebook
void facebook()
Getter for facebook sharing settings.
-
facebook
void facebook(String captionOrOptions, String link, String name, String description, String width, String height, String appId)
Setter for facebook sharing settings.
-
image
void image()
Getter for dimensions for exported images and PDFs.
-
image
void image(String widthOrOptions, String height)
Setter for dimensions for exported images and PDFs.
-
linkedin
void linkedin()
Getter for LinkedIn sharing settings.
-
linkedin
void linkedin(String captionOrOptions, String description, String width, String height)
Setter for LinkedIn sharing settings.
-
pinterest
void pinterest()
Getter for Pinterest sharing settings.
-
pinterest
void pinterest(String linkOrOptions, String description, String width, String height)
Setter for Pinterest sharing settings.
-
twitter
void twitter()
Getter for Twitter sharing settings.
-
-
-
-