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