Class SVGChartValueWithSections

java.lang.Object
org.eclnt.ccee.svgcharting.v1.SVGChartBase
org.eclnt.ccee.svgcharting.v1.SVGChartValueWithSections
Direct Known Subclasses:
SVGChartGauge, SVGChartProgressBar

public abstract class SVGChartValueWithSections extends SVGChartBase
  • Constructor Details

    • SVGChartValueWithSections

      public SVGChartValueWithSections()
  • Method Details

    • getSectionToValues

      public BigDecimal[] getSectionToValues()
    • setSectionToValues

      public void setSectionToValues(BigDecimal[] sectionToValues)
    • getSectionTexts

      public String[] getSectionTexts()
    • setSectionTexts

      public void setSectionTexts(String[] sectionTexts)
    • getValue

      public BigDecimal getValue()
    • setValue

      public void setValue(BigDecimal value)
    • getMaxValue

      public BigDecimal getMaxValue()
    • setMaxValue

      public void setMaxValue(BigDecimal maxValue)
    • clearValues

      public void clearValues()
      Overrides:
      clearValues in class SVGChartBase