Uses of Class
edu.hws.jcm.awt.DataTableInput

Packages that use DataTableInput
edu.hws.jcm.draw   
 

Uses of DataTableInput in edu.hws.jcm.draw
 

Methods in edu.hws.jcm.draw that return DataTableInput
 DataTableInput ScatterPlot.getTable()
          Get the DataTableInput from which the plotted data is obtained.
 

Methods in edu.hws.jcm.draw with parameters of type DataTableInput
 void ScatterPlot.setTable(DataTableInput table)
          Specify the table from which the plotted data is to be taken.
 

Constructors in edu.hws.jcm.draw with parameters of type DataTableInput
ScatterPlot(DataTableInput table)
          Create a scatter plot to plot data from the specified table.
ScatterPlot(DataTableInput table, Expression exp1, Expression exp2)
          Create scatter plot to plot specified expressions using data from a table.
ScatterPlot(DataTableInput table, int column1, int column2)
          Create a scatter plot to plot data from two specified columns in a table.