Package bld.generator.report.excel
Class DynamicChart<T extends DynamicRowSheet>
java.lang.Object
bld.generator.report.excel.BaseSheet
bld.generator.report.excel.SheetData<T>
bld.generator.report.excel.SheetDynamicData<T>
bld.generator.report.excel.DynamicChart<T>
- Type Parameters:
T- the generic type
DynamicChart is used to generate charts through dynamic columns
- All Implemented Interfaces:
DynamicColumn,SheetComponent
The Class DynamicChart.
-
Field Summary
Fields inherited from class bld.generator.report.excel.SheetData
listRowSheet -
Constructor Summary
ConstructorsConstructorDescriptionDynamicChart(@Size(max=31) String sheetName) Instantiates a new dynamic chart. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddExcelChart(ExcelChartImpl excelChartImpl) Adds the excel chart.booleanEquals.Gets the list excel chart.inthashCode()Hash code.voidsetListExcelChart(List<ExcelChart> listExcelChart) Sets the list excel chart.Methods inherited from class bld.generator.report.excel.SheetDynamicData
getMapExtraColumnAnnotation, setMapExtraColumnAnnotationMethods inherited from class bld.generator.report.excel.SheetData
addRowSheets, getListRowSheet, getRowClass, isEnableInfoSheet, setEnableInfoSheet, setListRowSheetMethods inherited from class bld.generator.report.excel.BaseSheet
getSheetName, setSheetNameMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface bld.generator.report.excel.SheetComponent
setSheetName
-
Constructor Details
-
DynamicChart
Instantiates a new dynamic chart.- Parameters:
sheetName- the name sheet
-
-
Method Details
-
addExcelChart
Adds the excel chart.- Parameters:
excelChartImpl- the excel chart impl
-
getListExcelChart
Gets the list excel chart.- Returns:
- the list excel chart
-
setListExcelChart
Sets the list excel chart.- Parameters:
listExcelChart- the new list excel chart
-
hashCode
public int hashCode()Hash code.- Overrides:
hashCodein classSheetDynamicData<T extends DynamicRowSheet>- Returns:
- the int
-
equals
Equals.- Overrides:
equalsin classSheetDynamicData<T extends DynamicRowSheet>- Parameters:
obj- the obj- Returns:
- true, if successful
-