Uses of Class
adams.gui.tools.spreadsheetviewer.chart.AbstractRowBasedChartGenerator
-
Packages that use AbstractRowBasedChartGenerator Package Description adams.gui.tools.spreadsheetviewer.chart -
-
Uses of AbstractRowBasedChartGenerator in adams.gui.tools.spreadsheetviewer.chart
Subclasses of AbstractRowBasedChartGenerator in adams.gui.tools.spreadsheetviewer.chart Modifier and Type Class Description class
AbstractXYChartGenerator
Ancestor for X/Y (or just Y) plot generators.class
BarPlot
Generates a bar plot by plotting the X column against the Y column.class
GenericPlot
Flexible chart generator.class
LinePlot
Generates a line plot by plotting the X column against one or more Y columns.class
ScatterPlot
Generates a scatter plot by plotting the X column against one or more Y columns.
-