Package io.revealbi.core
Class ImageExportOptions
java.lang.Object
io.revealbi.core.ExportOptions
io.revealbi.core.ImageExportOptions
- All Implemented Interfaces:
IExportOptions,IInitScriptProviderExportOptions
Contains Image configuration for exporting a dashboard.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newImageExportOptionsinstance with default settings.ImageExportOptions(IExportOptions options) Creates a newImageExportOptionsby copying settings from an existingIExportOptionsinstance. -
Method Summary
Modifier and TypeMethodDescriptionIndicates a script used to initialize revealView when exporting.voidsetInitScript(String script) Indicates a script used to initialize revealView when exporting.Methods inherited from class io.revealbi.core.ExportOptions
getFilters, getIncludeFiltersSummaryPage, getMaxCacheAge, getMaxCells, getTheme, getTimeout, getTimeZone, getUseNewCharts, getUserLanguage, getVisualizations, setFilters, setIncludeFiltersSummaryPage, setMaxCacheAge, setMaxCells, setTheme, setTimeout, setTimeZone, setUseNewCharts, setUserLanguage, setVisualizations
-
Constructor Details
-
ImageExportOptions
public ImageExportOptions()Creates a newImageExportOptionsinstance with default settings. -
ImageExportOptions
Creates a newImageExportOptionsby copying settings from an existingIExportOptionsinstance.- Parameters:
options- The source options to copy from.
-
-
Method Details
-
getInitScript
Indicates a script used to initialize revealView when exporting. The script must contain a function called initReveal(revealView)- Specified by:
getInitScriptin interfaceIInitScriptProviderExportOptions- Returns:
- Indicates a script used to initialize revealView when exporting.
-
setInitScript
Indicates a script used to initialize revealView when exporting. The script must contain a function called initReveal(revealView)- Specified by:
setInitScriptin interfaceIInitScriptProviderExportOptions- Parameters:
script- Indicates a script used to initialize revealView when exporting.
-