Package sk.iway.iwcm.xls
Class XlsChartConfig
java.lang.Object
sk.iway.iwcm.xls.XlsChartConfig
XlsChartConfig.java - trieda s konfiguraciou grafu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintintintintintintgetTitle()intintgetWidth()voidsetCacheImagePath(String cacheImagePath) voidsetEndRowIndex(int endRowIndex) voidsetGraphMode(String graphMode) voidsetHeight(int height) voidsetMaxLegendCharLength(int maxLegendCharLength) voidsetPieColumnData(int pieColumnData) voidsetPieColumnLegend(int pieColumnLegend) voidsetPieLabelGenerator(String pieLabelGenerator) voidsetSheetIndex(int sheetIndex) voidsetStartColumn(int startColumn) voidsetStartRowIndex(int startRowIndex) voidsetTemplateUrl(String templateUrl) voidvoidsetTitleRowIndex(int titleRowIndex) voidsetWidth(int width) voidsetXAxisLabel(String axisLabel) voidvoidsetYAxisLabel(String axisLabel)
-
Constructor Details
-
XlsChartConfig
public XlsChartConfig() -
XlsChartConfig
public XlsChartConfig(javax.servlet.http.HttpServletRequest request)
-
-
Method Details
-
getEndRowIndex
public int getEndRowIndex() -
setEndRowIndex
public void setEndRowIndex(int endRowIndex) -
getXlsUrl
-
setXlsUrl
-
getGraphMode
-
setGraphMode
-
getHeight
public int getHeight() -
setHeight
public void setHeight(int height) -
getSheetIndex
public int getSheetIndex() -
setSheetIndex
public void setSheetIndex(int sheetIndex) -
getStartRowIndex
public int getStartRowIndex() -
setStartRowIndex
public void setStartRowIndex(int startRowIndex) -
getTitle
-
setTitle
-
getTitleRowIndex
public int getTitleRowIndex() -
setTitleRowIndex
public void setTitleRowIndex(int titleRowIndex) -
getWidth
public int getWidth() -
setWidth
public void setWidth(int width) -
getXAxisLabel
-
setXAxisLabel
-
getYAxisLabel
-
setYAxisLabel
-
getTemplateUrl
-
setTemplateUrl
-
getCacheImagePath
-
setCacheImagePath
-
getPieColumnData
public int getPieColumnData() -
setPieColumnData
public void setPieColumnData(int pieColumnData) -
getPieColumnLegend
public int getPieColumnLegend() -
setPieColumnLegend
public void setPieColumnLegend(int pieColumnLegend) -
getStartColumn
public int getStartColumn() -
setStartColumn
public void setStartColumn(int startColumn) -
getPieLabelGenerator
-
setPieLabelGenerator
-
getMaxLegendCharLength
public int getMaxLegendCharLength() -
setMaxLegendCharLength
public void setMaxLegendCharLength(int maxLegendCharLength)
-