Class ExcelChartDataLabelImpl
java.lang.Object
bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl<ExcelChartDataLabel>
bld.generator.report.excel.annotation.impl.ExcelChartDataLabelImpl
- All Implemented Interfaces:
Cloneable
The Class ExcelChartDataLabelImpl.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new excel chart data label impl.ExcelChartDataLabelImpl(boolean enable, boolean showVal, boolean showLegendKey, boolean showCatName, boolean showSerName) Instantiates a new excel chart data label impl. -
Method Summary
Modifier and TypeMethodDescriptionbooleanisEnable()Checks if is enable.booleanChecks if is show cat name.booleanChecks if is show legend key.booleanChecks if is show ser name.booleanChecks if is show val.voidsetEnable(boolean enable) Sets the enable.voidsetShowCatName(boolean showCatName) Sets the show cat name.voidsetShowLegendKey(boolean showLegendKey) Sets the show legend key.voidsetShowSerName(boolean showSerName) Sets the show ser name.voidsetShowVal(boolean showVal) Sets the show val.Methods inherited from class bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl
clone, getAnnotation, getClassAnnotation
-
Constructor Details
-
ExcelChartDataLabelImpl
public ExcelChartDataLabelImpl()Instantiates a new excel chart data label impl. -
ExcelChartDataLabelImpl
public ExcelChartDataLabelImpl(boolean enable, boolean showVal, boolean showLegendKey, boolean showCatName, boolean showSerName) Instantiates a new excel chart data label impl.- Parameters:
enable- the enableshowVal- the show valshowLegendKey- the show legend keyshowCatName- the show cat nameshowSerName- the show ser name
-
-
Method Details
-
isEnable
public boolean isEnable()Checks if is enable.- Returns:
- true, if is enable
-
setEnable
public void setEnable(boolean enable) Sets the enable.- Parameters:
enable- the new enable
-
isShowVal
public boolean isShowVal()Checks if is show val.- Returns:
- true, if is show val
-
setShowVal
public void setShowVal(boolean showVal) Sets the show val.- Parameters:
showVal- the new show val
-
isShowLegendKey
public boolean isShowLegendKey()Checks if is show legend key.- Returns:
- true, if is show legend key
-
setShowLegendKey
public void setShowLegendKey(boolean showLegendKey) Sets the show legend key.- Parameters:
showLegendKey- the new show legend key
-
isShowCatName
public boolean isShowCatName()Checks if is show cat name.- Returns:
- true, if is show cat name
-
setShowCatName
public void setShowCatName(boolean showCatName) Sets the show cat name.- Parameters:
showCatName- the new show cat name
-
isShowSerName
public boolean isShowSerName()Checks if is show ser name.- Returns:
- true, if is show ser name
-
setShowSerName
public void setShowSerName(boolean showSerName) Sets the show ser name.- Parameters:
showSerName- the new show ser name
-