Package org.eclnt.ccee.svgcharting.v1
Class SVGChart2Dimensions
java.lang.Object
org.eclnt.ccee.svgcharting.v1.SVGChartBase
org.eclnt.ccee.svgcharting.v1.SVGChart2Dimensions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddData(String dimId1, String dimId2, BigDecimal value) voidaddDimension1(String id, String text) voidaddDimension2(String id, String text) voidprotected voidString[]voidsetChartType(ENUMChartType2Dimensions chartType) voidMethods inherited from class org.eclnt.ccee.svgcharting.v1.SVGChartBase
configureChart, getChangeIndex, getFontFamily, getFontSize, getHeight, getLocale, getWidth, getWriteLegend, indicateChange, setFontFamily, setFontSize, setHeight, setLocale, setWidth, setWriteLegend
-
Constructor Details
-
SVGChart2Dimensions
public SVGChart2Dimensions()
-
-
Method Details
-
getChartType
-
setChartType
-
getColors
-
setColors
-
addDimension1
-
addDimension2
-
addData
-
renderSVG
- Specified by:
renderSVGin classSVGChartBase
-
clearValues
public void clearValues()- Overrides:
clearValuesin classSVGChartBase
-
configureChart
-