Package org.eclnt.ccee.svgcharting.v1.cl
Interface ISVGCreateChart_CL
- All Known Subinterfaces:
ISVGCreateChartDim_CL,ISVGCreateChartOneDim_CL,ISVGCreateChartTwoDim_CL
- All Known Implementing Classes:
SVGCreateBarChart_CL,SVGCreateLineChart_CL,SVGCreateMultiBarChart_CL,SVGCreateMultiLineChart_CL,SVGCreatePieChart_CL,SVGGaugeChart_CL,SVGProgressBarChart_CL
public interface ISVGCreateChart_CL
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetFontFamily(String fontFamily) voidsetFontSize(int fontSize) voidvoidsetSVGSize(int width, int height) voidsetWriteLegend(boolean writeLegend)
-
Method Details
-
setSVGSize
void setSVGSize(int width, int height) -
setWriteLegend
void setWriteLegend(boolean writeLegend) -
setFontSize
void setFontSize(int fontSize) -
setFontFamily
-
setLocale
-
createChartSVG
String createChartSVG()
-