Package io.keikai.model.impl.chart
Class ChartDataTableImpl
java.lang.Object
io.keikai.model.impl.chart.ChartDataTableImpl
- All Implemented Interfaces:
SChartDataTable,Serializable
Default implementation of
SChartDataTable.- Since:
- 7.0.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether horizontal borders are shown in the data table.booleanReturns whether legend keys are shown in the data table.booleanReturns whether an outline border is shown around the data table.booleanReturns whether vertical borders are shown in the data table.voidsetShowHorizontalBorder(boolean show) Sets whether horizontal borders are shown in the data table.voidsetShowLegendKeys(boolean show) Sets whether legend keys are shown in the data table.voidsetShowOutline(boolean show) Sets whether an outline border is shown around the data table.voidsetShowVerticalBorder(boolean show) Sets whether vertical borders are shown in the data table.
-
Constructor Details
-
ChartDataTableImpl
public ChartDataTableImpl()
-
-
Method Details
-
isShowHorizontalBorder
public boolean isShowHorizontalBorder()Description copied from interface:SChartDataTableReturns whether horizontal borders are shown in the data table.- Specified by:
isShowHorizontalBorderin interfaceSChartDataTable
-
setShowHorizontalBorder
public void setShowHorizontalBorder(boolean show) Description copied from interface:SChartDataTableSets whether horizontal borders are shown in the data table.- Specified by:
setShowHorizontalBorderin interfaceSChartDataTable
-
isShowVerticalBorder
public boolean isShowVerticalBorder()Description copied from interface:SChartDataTableReturns whether vertical borders are shown in the data table.- Specified by:
isShowVerticalBorderin interfaceSChartDataTable
-
setShowVerticalBorder
public void setShowVerticalBorder(boolean show) Description copied from interface:SChartDataTableSets whether vertical borders are shown in the data table.- Specified by:
setShowVerticalBorderin interfaceSChartDataTable
-
isShowOutline
public boolean isShowOutline()Description copied from interface:SChartDataTableReturns whether an outline border is shown around the data table.- Specified by:
isShowOutlinein interfaceSChartDataTable
-
setShowOutline
public void setShowOutline(boolean show) Description copied from interface:SChartDataTableSets whether an outline border is shown around the data table.- Specified by:
setShowOutlinein interfaceSChartDataTable
-
isShowLegendKeys
public boolean isShowLegendKeys()Description copied from interface:SChartDataTableReturns whether legend keys are shown in the data table.- Specified by:
isShowLegendKeysin interfaceSChartDataTable
-
setShowLegendKeys
public void setShowLegendKeys(boolean show) Description copied from interface:SChartDataTableSets whether legend keys are shown in the data table.- Specified by:
setShowLegendKeysin interfaceSChartDataTable
-