Class JFreeChartRenderer

java.lang.Object
org.eclnt.util.chart.util.JFreeChartRenderer
All Implemented Interfaces:
IChartConstants

public class JFreeChartRenderer extends Object implements IChartConstants
  • Constructor Details

    • JFreeChartRenderer

      public JFreeChartRenderer()
  • Method Details

    • getLegends

      public List<List<LegendItem>> getLegends()
    • renderChart

      public CCChartPanel renderChart(ChartInfo chartInfo)
    • createCategoryFreeChart

      public org.jfree.chart.JFreeChart createCategoryFreeChart(String title, String categoryAxisLabel, String valueAxisLabel, org.jfree.data.category.CategoryDataset dataset, org.jfree.chart.plot.PlotOrientation orientation, boolean legend, boolean tooltips, boolean urls, String lineType)
    • renderPNGImage

      public byte[] renderPNGImage(int width, int height) throws IOException
      Throws:
      IOException
    • renderPNGImage

      public byte[] renderPNGImage(int width, int height, Double lowerX, Double upperX) throws IOException
      Throws:
      IOException
    • renderPNGImageChartOnly

      public byte[] renderPNGImageChartOnly(int width, int height) throws IOException
      Throws:
      IOException