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 classAbstractXYChartGeneratorAncestor for X/Y (or just Y) plot generators.classBarPlotGenerates a bar plot by plotting the X column against the Y column.classGenericPlotFlexible chart generator.classLinePlotGenerates a line plot by plotting the X column against one or more Y columns.classScatterPlotGenerates a scatter plot by plotting the X column against one or more Y columns.
-