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