Package org.eclnt.ccee.svgcharting.v1.cl
Class SVGCreatePieChart_CL
java.lang.Object
org.eclnt.ccee.svgcharting.v1.cl.SVGCreatePieChart_CL
- All Implemented Interfaces:
ISVGCreateChart_CL,ISVGCreateChartDim_CL,ISVGCreateChartOneDim_CL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddData(String dimensionId, String label, BigDecimal value) voidaddData(String label, BigDecimal value) voidvoidsetFontFamily(String fontFamily) voidsetFontSize(int fontSize) voidvoidsetSVGSize(int width, int height) voidsetWriteLegend(boolean writeLegend)
-
Constructor Details
-
SVGCreatePieChart_CL
public SVGCreatePieChart_CL()
-
-
Method Details
-
setSVGSize
public void setSVGSize(int width, int height) - Specified by:
setSVGSizein interfaceISVGCreateChart_CL
-
setColors
- Specified by:
setColorsin interfaceISVGCreateChartDim_CL
-
setWriteLegend
public void setWriteLegend(boolean writeLegend) - Specified by:
setWriteLegendin interfaceISVGCreateChart_CL
-
setFontSize
public void setFontSize(int fontSize) - Specified by:
setFontSizein interfaceISVGCreateChart_CL
-
setFontFamily
- Specified by:
setFontFamilyin interfaceISVGCreateChart_CL
-
setLocale
- Specified by:
setLocalein interfaceISVGCreateChart_CL
-
addData
- Specified by:
addDatain interfaceISVGCreateChartOneDim_CL
-
addData
- Specified by:
addDatain interfaceISVGCreateChartOneDim_CL
-
createChartSVG
- Specified by:
createChartSVGin interfaceISVGCreateChart_CL
-