Package adams.gui.core.spreadsheettable
Interface PlotColumn
-
- All Superinterfaces:
Comparable<SpreadSheetTablePopupMenuItem>
,SpreadSheetTablePopupMenuItem
,TableRowRangeCheck
- All Known Implementing Classes:
AbstractPlotColumn
,Binning
,Histogram
,JFreeChart
,SimplePlot
public interface PlotColumn extends SpreadSheetTablePopupMenuItem, TableRowRangeCheck
Interface for plugins that plot a column.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
plotColumn(SpreadSheetTablePopupMenuItemHelper.TableState state)
Plots the specified column.-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface adams.gui.core.spreadsheettable.SpreadSheetTablePopupMenuItem
getIconName, getMenuItem
-
Methods inherited from interface adams.gui.core.spreadsheettable.TableRowRangeCheck
handlesRowRange
-
-
-
-
Method Detail
-
plotColumn
boolean plotColumn(SpreadSheetTablePopupMenuItemHelper.TableState state)
Plots the specified column.- Parameters:
state
- the table state- Returns:
- true if successful
-
-