Uses of Class
io.revealbi.core.ImageExportOptions
Packages that use ImageExportOptions
Package
Description
Main Reveal API Package containing the interfaces to be implemented in order to control how Reveal BI works.
-
Uses of ImageExportOptions in io.revealbi.core
Methods in io.revealbi.core with parameters of type ImageExportOptionsModifier and TypeMethodDescriptionIDashboardExporter.exportToImage(String dashboardId, IRVUserContext userContext, ImageExportOptions options) Exports a dashboard to Image (png).IDashboardExporter.exportToImage(String dashboardId, String filePath, IRVUserContext userContext, ImageExportOptions options) Exports a dashboard to Image (png). -
Uses of ImageExportOptions in io.revealbi.core.impl.exporter
Methods in io.revealbi.core.impl.exporter with parameters of type ImageExportOptionsModifier and TypeMethodDescriptionDefaultDashboardExporter.exportToImage(String dashboardId, IRVUserContext userContext, ImageExportOptions options) DefaultDashboardExporter.exportToImage(String dashboardId, String filePath, IRVUserContext userContext, ImageExportOptions options)