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 TypeMethodDescriptionint
int
int
int
int
int
int
int
getTitle()
int
int
getWidth()
void
setCacheImagePath
(String cacheImagePath) void
setEndRowIndex
(int endRowIndex) void
setGraphMode
(String graphMode) void
setHeight
(int height) void
setMaxLegendCharLength
(int maxLegendCharLength) void
setPieColumnData
(int pieColumnData) void
setPieColumnLegend
(int pieColumnLegend) void
setPieLabelGenerator
(String pieLabelGenerator) void
setSheetIndex
(int sheetIndex) void
setStartColumn
(int startColumn) void
setStartRowIndex
(int startRowIndex) void
setTemplateUrl
(String templateUrl) void
void
setTitleRowIndex
(int titleRowIndex) void
setWidth
(int width) void
setXAxisLabel
(String axisLabel) void
void
setYAxisLabel
(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)
-