T - the generic type
public abstract class DynamicChart<T extends DynamicRowSheet> extends SheetDynamicData<T>
listRowSheet| Constructor and Description |
|---|
DynamicChart(@Size(max=31) String sheetName)
Instantiates a new dynamic chart.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addExcelChart(ExcelChartImpl excelChartImpl)
Adds the excel chart.
|
boolean |
equals(Object obj)
Equals.
|
List<ExcelChart> |
getListExcelChart()
Gets the list excel chart.
|
int |
hashCode()
Hash code.
|
void |
setListExcelChart(List<ExcelChart> listExcelChart)
Sets the list excel chart.
|
getMapExtraColumnAnnotation, setMapExtraColumnAnnotationaddRowSheets, getListRowSheet, getRowClass, isEnableInfoSheet, setEnableInfoSheet, setListRowSheetgetSheetName, setSheetNameclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitsetSheetNamepublic DynamicChart(@Size(max=31)
@Size(max=31) String sheetName)
sheetName - the name sheetpublic void addExcelChart(ExcelChartImpl excelChartImpl)
excelChartImpl - the excel chart implpublic List<ExcelChart> getListExcelChart()
public void setListExcelChart(List<ExcelChart> listExcelChart)
listExcelChart - the new list excel chartpublic int hashCode()
hashCode in class SheetDynamicData<T extends DynamicRowSheet>public boolean equals(Object obj)
equals in class SheetDynamicData<T extends DynamicRowSheet>obj - the objCopyright © 2022. All rights reserved.