Class SVGChartBase

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

public abstract class SVGChartBase extends Object
  • 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

      public String getFontFamily()
    • setFontFamily

      public void setFontFamily(String fontFamily)
    • getLocale

      public Locale getLocale()
    • setLocale

      public void setLocale(Locale locale)
    • renderSVG

      public abstract String renderSVG()
    • clearValues

      public void clearValues()
    • getChangeIndex

      public int getChangeIndex()
    • indicateChange

      public void indicateChange()
    • configureChart

      protected void configureChart(ISVGCreateChart_CL chart)