org.intermine.web.logic.widget
Interface DataSetLdr


public interface DataSetLdr

An Interface which defines a frame in which data can be retrieved, organised and created to then be passed to a JFreeChart for representation


Method Summary
 org.jfree.data.general.Dataset getDataSet()
          Get the generated DataSet
 Results getResults()
          Get the Results object
 int getWidgetTotal()
          This method is used to calculate the 'not analysed' total displayed on each widget
 

Method Detail

getDataSet

org.jfree.data.general.Dataset getDataSet()
Get the generated DataSet

Returns:
the dataset

getResults

Results getResults()
Get the Results object

Returns:
the results Object

getWidgetTotal

int getWidgetTotal()
This method is used to calculate the 'not analysed' total displayed on each widget

Returns:
the total number of objects analysed in this widget