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