Package io.jmix.pivottable.model
Class RendererOptions
java.lang.Object
io.jmix.pivottable.model.AbstractPivotObject
io.jmix.pivottable.model.RendererOptions
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetC3()
Sets options which will be applied to chart renderers:Renderer.AREA_CHART
Renderer.BAR_CHART
Renderer.LINE_CHART
Renderer.STACKED_BAR_CHART
Renderer.SCATTER_CHART
setHeatmap
(HeatmapRendererOptions heatmap) Sets options which will be applied to heatmap renderers:Renderer.HEATMAP
Renderer.COL_HEATMAP
Renderer.ROW_HEATMAP
-
Constructor Details
-
RendererOptions
public RendererOptions()
-
-
Method Details
-
getHeatmap
- Returns:
- options which will be applied to heatmap renderers
-
setHeatmap
Sets options which will be applied to heatmap renderers:- Parameters:
heatmap
- options which will be applied to heatmap renderers- Returns:
- a reference to this object
-
getC3
- Returns:
- options which will be applied to chart renderers
-
setC3
Sets options which will be applied to chart renderers:- Parameters:
c3
- options which will be applied to chart renderers- Returns:
- a reference to this object
-