Uses of Class
filters.FilterParam

Packages that use FilterParam
filters   
graphs   
venndiagrams   
windows   
 

Uses of FilterParam in filters
 

Fields in filters declared as FilterParam
private  FilterParam[] TableParamsFilter.params
           
 

Methods in filters with parameters of type FilterParam
 void TableParamsFilter.setParams(FilterParam[] params)
          Defines the params for the filtering operation.
 

Constructors in filters with parameters of type FilterParam
TableParamsFilter(TableModel model, FilterParam[] params)
          Creates a new TableParamsFilter given the original table and a set of params.
 

Uses of FilterParam in graphs
 

Fields in graphs declared as FilterParam
private  FilterParam GraphsParamsPanel.GraphsParamsLine.parameter
           
 

Methods in graphs that return FilterParam
 FilterParam[] GraphsParamsPanel.getParameters()
          Gets all input data.
 FilterParam GraphsParamsPanel.GraphsParamsLine.getParameter()
           
 

Methods in graphs with parameters of type FilterParam
 Point[][] GraphPanel2.calculateFilteringResults(FilterParam[] params, TableParamsFilter filteredTable1, TableParamsFilter filteredTable2, double[] thrRange1, double[] thrRange2)
          Commands the starting of the filterings and tabulates the results.
 Point[] GraphPanel1.calculateFilteringResults(FilterParam param, TableParamsFilter filteredTable, double[] thrRange)
          Commands the starting of the filtering and tabulates the results.
 

Constructors in graphs with parameters of type FilterParam
GraphPanel2(FilterParam[] params, TableModel model, int vResolution, double[] thrRange1, double[] thrRange2)
          Constructs both graphs dynamically in terms of input thresholds.
GraphPanel1(TableModel model, FilterParam param, int vRes, double[] range, Color color)
          Constructs the unique graph dynamically in terms of input thresholds.
 

Uses of FilterParam in venndiagrams
 

Fields in venndiagrams declared as FilterParam
protected  FilterParam[] VennPanel.filterParams
           
protected  FilterParam[] VennNDiagramPanel.ResultsLine.lineParams
           
private  FilterParam FiltersParamsPanel.FilterLine.parameter
           
 

Methods in venndiagrams that return FilterParam
 FilterParam[] FiltersParamsPanel.getParameters()
          Gets all input data.
 FilterParam FiltersParamsPanel.FilterLine.getParameter()
           
 

Constructors in venndiagrams with parameters of type FilterParam
VennPanel(TableModel table, FilterParam[] params)
          Sets some proper parameters
VennNDiagramPanel(TableModel table, FilterParam[] inputParameters)
          Constructs a panel in which the subsets of the columns set are represented line by line.
VennNDiagramPanel.ResultsLine(FilterParam[] paramsArray)
           
Venn3DiagramPanel(TableModel table, FilterParam[] params)
          Creates the window containing the potatoes and the MouseListener, which works so: as soon as the user clicks on an area in a potato, each potato is asked whether it has been clicked upon; in that case res is increased of 2**(potato number); so it is possible to know where the user clicked (thanks to a clever calculation in basis 1-2-4) and to open a window displaying the involved genes.
 

Uses of FilterParam in windows
 

Methods in windows with parameters of type FilterParam
static void MainWindow.showNewTableWindow(String title, TableModel table, FilterParam[] params)
          Creates a new window from the table TableModel.
protected  String MainWindow.computeParamsTitle(String init, FilterParam[] params, String oldTitle)
           
 

Constructors in windows with parameters of type FilterParam
MainWindow(TableModel table, FilterParam[] params)
          Creates a new MainWindow with the given table.