Class JFreeChartAsciiReader


public class JFreeChartAsciiReader extends AbstractAsciiReader
Simple I/O and conversion methods for jFreeChart.
  • Constructor Details

    • JFreeChartAsciiReader

      public JFreeChartAsciiReader(File aSourceFile, org.jdom2.Element aConfigData, String aTabLen, String aSeperator, String aDefaultDateFormat, FWObservable aPObservable)
      Parameters:
      aSourceFile -
      aConfigData -
      aTabLen -
      aSeperator -
      aDefaultDateFormat -
      aPObservable -
  • Method Details

    • readCategoryDatasetFromAsciiFile

      public org.jfree.data.category.CategoryDataset readCategoryDatasetFromAsciiFile() throws Exception
      Parameters:
      aSourceFile -
      aTabLen -
      aColHeads -
      aRowHeads -
      aData -
      Returns:
      CategoryDataSet
      Throws:
      Exception
    • readXYDatasetFromAsciiFile

      public org.jfree.data.xy.TableXYDataset readXYDatasetFromAsciiFile() throws Exception
      Returns:
      XYDataSet
      Throws:
      Exception
    • readPieDatasetFromAsciiFile

      public org.jfree.data.general.PieDataset readPieDatasetFromAsciiFile() throws Exception
      Returns:
      PieDataset
      Throws:
      Exception
    • processLineOfFile

      protected void processLineOfFile(String aOrientation, String aLine, int aRowIdx) throws Exception
      Specified by:
      processLineOfFile in class AbstractAsciiReader
      Parameters:
      aOrientation -
      aLine -
      aRowIdx -
      Throws:
      Exception