Package io.revealbi.core
Class VisualizationExport
java.lang.Object
io.revealbi.core.VisualizationExport
Object used to indicate which visualizations will be exported
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newVisualizationExportwith no ID or title set.Creates a newVisualizationExportfor the visualization with the given ID. -
Method Summary
Modifier and TypeMethodDescriptiongetId()Visualization's idbooleanIndicates whether the visualization title will be displayed on the captured image.getTitle()Visualization's titlevoidVisualization's idvoidsetShowTitle(boolean showTitle) Indicates whether the visualization title will be displayed on the captured image.voidVisualization's title
-
Constructor Details
-
VisualizationExport
public VisualizationExport()Creates a newVisualizationExportwith no ID or title set. -
VisualizationExport
Creates a newVisualizationExportfor the visualization with the given ID.- Parameters:
id- The unique identifier of the visualization to export.
-
-
Method Details
-
getTitle
Visualization's title- Returns:
- Visualization's title
-
setTitle
Visualization's title- Parameters:
title- Visualization's title
-
getId
Visualization's id- Returns:
- Visualization's id
-
setId
Visualization's id- Parameters:
id- Visualization's id
-
getShowTitle
public boolean getShowTitle()Indicates whether the visualization title will be displayed on the captured image. By default, it is set to true.- Returns:
- Indicates whether the visualization title will be displayed on the captured image. By default, it is set to true.
-
setShowTitle
public void setShowTitle(boolean showTitle) Indicates whether the visualization title will be displayed on the captured image. By default, it is set to true.- Parameters:
showTitle- Indicates whether the visualization title will be displayed on the captured image. By default, it is set to true.
-