Package org.eclnt.ccee.svgcharting.v1
Class SVGChartProgressBar
java.lang.Object
org.eclnt.ccee.svgcharting.v1.SVGChartBase
org.eclnt.ccee.svgcharting.v1.SVGChartValueWithSections
org.eclnt.ccee.svgcharting.v1.SVGChartProgressBar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidString[]String[]booleanvoidsetLabelFontSize(Integer labelFontSize) voidsetRounding(Integer rounding) voidsetSectionBackgroundColors(String[] sectionBackgroundColors) voidsetSectionProgressColors(String[] sectionColors) voidsetWriteSectionTexts(boolean writeSectionTexts) Methods inherited from class org.eclnt.ccee.svgcharting.v1.SVGChartValueWithSections
clearValues, getMaxValue, getSectionTexts, getSectionToValues, getValue, setMaxValue, setSectionTexts, setSectionToValues, setValueMethods 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
-
SVGChartProgressBar
public SVGChartProgressBar()
-
-
Method Details
-
getSectionProgressColors
-
setSectionProgressColors
-
getSectionBackgroundColors
-
setSectionBackgroundColors
-
isWriteSectionTexts
public boolean isWriteSectionTexts() -
setWriteSectionTexts
public void setWriteSectionTexts(boolean writeSectionTexts) -
getRounding
-
setRounding
-
getLabelFontSize
-
setLabelFontSize
-
renderSVG
- Specified by:
renderSVGin classSVGChartBase
-
configureChart
-