Class ExcelChartDataLabelImpl

java.lang.Object
bld.generator.report.excel.annotation.impl.ExcelAnnotationImpl<ExcelChartDataLabel>
bld.generator.report.excel.annotation.impl.ExcelChartDataLabelImpl
All Implemented Interfaces:
Cloneable

public class ExcelChartDataLabelImpl extends ExcelAnnotationImpl<ExcelChartDataLabel>
The Class ExcelChartDataLabelImpl.
  • 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 enable
      showVal - the show val
      showLegendKey - the show legend key
      showCatName - the show cat name
      showSerName - 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