Interface PlotColumn
-
- All Superinterfaces:
Comparable<InstancesTablePopupMenuItem>
,InstancesTablePopupMenuItem
,adams.gui.core.spreadsheettable.TableRowRangeCheck
- All Known Implementing Classes:
AbstractPlotColumn
,Binning
,Histogram
,JFreeChart
,SimplePlot
public interface PlotColumn extends InstancesTablePopupMenuItem, adams.gui.core.spreadsheettable.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(InstancesTablePopupMenuItemHelper.TableState state)
Plots the specified column.-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface adams.gui.visualization.instances.instancestable.InstancesTablePopupMenuItem
getIconName, getMenuItem, isAvailable
-
-
-
-
Method Detail
-
plotColumn
boolean plotColumn(InstancesTablePopupMenuItemHelper.TableState state)
Plots the specified column.- Parameters:
state
- the table state- Returns:
- true if successful
-
-