i-net Clear Reports

Uses of Interface
com.inet.report.chart.dataset.BaseDataset

Packages that use BaseDataset
com.inet.report.chart.dataset Provides all classes and interfaces for chart data handling. 
com.inet.report.chart.plot Provides all classes and interfaces for chart plot. 
 

Uses of BaseDataset in com.inet.report.chart.dataset
 

Subinterfaces of BaseDataset in com.inet.report.chart.dataset
 interface GanttDataset
          An interface that is implemented by data sets that have start, end and progress fields.
 interface PieDataset
          The interface that must be implemented by classes that will be using a pie chart.
 interface StandardDataset
          The interface that must be implemented by classes that will be used as data source for a StandardPlot.
 interface StockDataset
          An interface that is implemented by data set that have open, close, high, and low fields.
 interface XYDataset
          An interface that is implemented by data sets that have x, y and size fields.
 

Classes in com.inet.report.chart.dataset that implement BaseDataset
 class ForAllRecordsDataset
          This is a dataset used by standard (bar, line, area) and pie charts.
 class ForEachRecordDataset
          This is a dataset used by standard (bar, line, area) and pie charts.
 class GanttForEachRecordDataset
          This is a dataset used by Gantt charts.
 class GanttOneGroupDataset
          This is a dataset used by Gantt charts.
 class GanttTwoGroupsDataset
          This is a dataset used by Gantt charts.
 class OneGroupDataset
          This is a dataset used by standard (bar, line, area) and pie charts.
 class StockForAllRecordsDataset
          This is a dataset used by stock charts.
 class StockForEachRecordDataset
          This is a dataset used by stock charts.
 class StockOneGroupDataset
          This is a dataset used by stock charts.
 class TwoGroupsDataset
          This is a dataset used by standard (bar, line, area) charts.
 class XYForAllRecordsDataset
          This is a dataset used by xy charts.
 class XYForEachRecordDataset
          This is a dataset used by xy charts.
 class XYOneGroupDataset
          This is a dataset used by xy charts.
 

Uses of BaseDataset in com.inet.report.chart.plot
 

Methods in com.inet.report.chart.plot that return BaseDataset
 BaseDataset ChartPlot.getDataset()
          Returns the dataset of this plot.
 BaseDataset CombinedPlot.getDataset()
          Returns nothing (null).
 BaseDataset MultiplePiePlot.getDataset()
          Returns a dataset of type PieDataset or of type StandardDataset.
 BaseDataset PiePlot.getDataset()
          Returns a dataset of type PieDataset.
 


i-net Clear Reports

Copyright © 1999-2011 by i-net software GmbH