Package org.eclnt.ccee.svgcharting.v1
Class SVGChartBase
java.lang.Object
org.eclnt.ccee.svgcharting.v1.SVGChartBase
- Direct Known Subclasses:
SVGChart1Dimension,SVGChart2Dimensions,SVGChartValueWithSections
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voidconfigureChart(ISVGCreateChart_CL chart) intintintintgetWidth()booleanvoidabstract StringvoidsetFontFamily(String fontFamily) voidsetFontSize(int fontSize) voidsetHeight(int height) voidvoidsetWidth(int width) voidsetWriteLegend(boolean writeLegend)
-
Constructor Details
-
SVGChartBase
public SVGChartBase()
-
-
Method Details
-
getWidth
public int getWidth() -
setWidth
public void setWidth(int width) -
getHeight
public int getHeight() -
setHeight
public void setHeight(int height) -
getWriteLegend
public boolean getWriteLegend() -
setWriteLegend
public void setWriteLegend(boolean writeLegend) -
getFontSize
public int getFontSize() -
setFontSize
public void setFontSize(int fontSize) -
getFontFamily
-
setFontFamily
-
getLocale
-
setLocale
-
renderSVG
-
clearValues
public void clearValues() -
getChangeIndex
public int getChangeIndex() -
indicateChange
public void indicateChange() -
configureChart
-