Package org.eclnt.ccee.svgcharting.v1
Class SVGChartValueWithSections
java.lang.Object
org.eclnt.ccee.svgcharting.v1.SVGChartBase
org.eclnt.ccee.svgcharting.v1.SVGChartValueWithSections
- Direct Known Subclasses:
SVGChartGauge,SVGChartProgressBar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidString[]getValue()voidsetMaxValue(BigDecimal maxValue) voidsetSectionTexts(String[] sectionTexts) voidsetSectionToValues(BigDecimal[] sectionToValues) voidsetValue(BigDecimal value) Methods inherited from class org.eclnt.ccee.svgcharting.v1.SVGChartBase
configureChart, getChangeIndex, getFontFamily, getFontSize, getHeight, getLocale, getWidth, getWriteLegend, indicateChange, renderSVG, setFontFamily, setFontSize, setHeight, setLocale, setWidth, setWriteLegend
-
Constructor Details
-
SVGChartValueWithSections
public SVGChartValueWithSections()
-
-
Method Details
-
getSectionToValues
-
setSectionToValues
-
getSectionTexts
-
setSectionTexts
-
getValue
-
setValue
-
getMaxValue
-
setMaxValue
-
clearValues
public void clearValues()- Overrides:
clearValuesin classSVGChartBase
-