Uses of Class
adams.gui.tools.spreadsheetviewer.chart.AbstractChartGenerator
-
-
Uses of AbstractChartGenerator in adams.gui.tools.spreadsheetprocessor.targets
Methods in adams.gui.tools.spreadsheetprocessor.targets that return AbstractChartGenerator Modifier and Type Method Description AbstractChartGeneratorChartTarget. getCurrentChart()Returns the current chart generator.Methods in adams.gui.tools.spreadsheetprocessor.targets with parameters of type AbstractChartGenerator Modifier and Type Method Description voidChartTarget. setCurrentChart(AbstractChartGenerator value)Sets the current chart generator. -
Uses of AbstractChartGenerator in adams.gui.tools.spreadsheetviewer
Methods in adams.gui.tools.spreadsheetviewer with parameters of type AbstractChartGenerator Modifier and Type Method Description voidSpreadSheetPanel. generateChart(AbstractChartGenerator generator)Generates and displays a chart using the specified chart generator. -
Uses of AbstractChartGenerator in adams.gui.tools.spreadsheetviewer.chart
Subclasses of AbstractChartGenerator in adams.gui.tools.spreadsheetviewer.chart Modifier and Type Class Description classAbstractRowBasedChartGeneratorAncestor for row-based plot generators.classAbstractXYChartGeneratorAncestor for X/Y (or just Y) plot generators.classBarPlotGenerates a bar plot by plotting the X column against the Y column.classControlChartGenerates the specified control chart from the data.classGenericPlotFlexible chart generator.classHistogramGenerates histograms by plotting the X column against the Y column.classJFreeChartUses JFreeChart to display the data.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. -
Uses of AbstractChartGenerator in adams.gui.tools.spreadsheetviewer.menu
Fields in adams.gui.tools.spreadsheetviewer.menu declared as AbstractChartGenerator Modifier and Type Field Description protected AbstractChartGeneratorDataChart. m_LastChartthe last chart used.
-