Index

C E G I S 
All Classes and Interfaces|All Packages|Serialized Form

C

close() - Method in class com.vaadin.flow.component.charts.export.SVGGenerator
 
com.vaadin.flow.component.charts.export - package com.vaadin.flow.component.charts.export
 

E

ExportOptions - Class in com.vaadin.flow.component.charts.export
Optional settings for exporting charts in the server.
ExportOptions() - Constructor for class com.vaadin.flow.component.charts.export.ExportOptions
 

G

generate(Configuration) - Method in class com.vaadin.flow.component.charts.export.SVGGenerator
Generate an SVG string that can be used to render a chart with data from a Configuration instance.
generate(Configuration, ExportOptions) - Method in class com.vaadin.flow.component.charts.export.SVGGenerator
Generate an SVG string that can be used to render a chart with data from a Configuration instance.
getExecuteFunctions() - Method in class com.vaadin.flow.component.charts.export.ExportOptions
Check flag to see if generators will execute JavaScript functions when using a Configuration with JS functions.
getHeight() - Method in class com.vaadin.flow.component.charts.export.ExportOptions
Get the height the resulting chart will have.
getLang() - Method in class com.vaadin.flow.component.charts.export.ExportOptions
Get the Lang object used to add i18n features to the chart.
getTheme() - Method in class com.vaadin.flow.component.charts.export.ExportOptions
Get the Theme used to style the chart.
getTimeline() - Method in class com.vaadin.flow.component.charts.export.ExportOptions
Check flag to see if the generated chart will be in timeline mode.
getWidth() - Method in class com.vaadin.flow.component.charts.export.ExportOptions
Get the width the resulting chart will have.

I

isClosed() - Method in class com.vaadin.flow.component.charts.export.SVGGenerator
Check if this generator is closed.

S

setExecuteFunctions(Boolean) - Method in class com.vaadin.flow.component.charts.export.ExportOptions
Set flag to execute JS functions when exporting charts.
setHeight(Number) - Method in class com.vaadin.flow.component.charts.export.ExportOptions
Get the height the resulting chart will have.
setLang(Lang) - Method in class com.vaadin.flow.component.charts.export.ExportOptions
Set the Lang object used to add i18n features to the chart.
setTheme(Theme) - Method in class com.vaadin.flow.component.charts.export.ExportOptions
Set the Theme used to style the chart.
setTimeline(Boolean) - Method in class com.vaadin.flow.component.charts.export.ExportOptions
Set flag to mark the generated chart in timeline mode.
setWidth(Number) - Method in class com.vaadin.flow.component.charts.export.ExportOptions
Set the width the resulting chart will have.
SVGGenerator - Class in com.vaadin.flow.component.charts.export
Use instances of this class to generate SVG strings from chart Configuration instances.
SVGGenerator() - Constructor for class com.vaadin.flow.component.charts.export.SVGGenerator
Creates a new instance of SVGGenerator which allocates resources used to transform a Configuration object to an SVG string.
C E G I S 
All Classes and Interfaces|All Packages|Serialized Form