Index
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
Configurationinstance. - 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
Configurationinstance. - getExecuteFunctions() - Method in class com.vaadin.flow.component.charts.export.ExportOptions
-
Check flag to see if generators will execute JavaScript functions when using a
Configurationwith 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
Langobject used to add i18n features to the chart. - getTheme() - Method in class com.vaadin.flow.component.charts.export.ExportOptions
-
Get the
Themeused 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
Langobject used to add i18n features to the chart. - setTheme(Theme) - Method in class com.vaadin.flow.component.charts.export.ExportOptions
-
Set the
Themeused 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
Configurationinstances. - SVGGenerator() - Constructor for class com.vaadin.flow.component.charts.export.SVGGenerator
-
Creates a new instance of
SVGGeneratorwhich allocates resources used to transform aConfigurationobject to an SVG string.
All Classes and Interfaces|All Packages|Serialized Form