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 AbstractChartGenerator
ChartTarget. getCurrentChart()
Returns the current chart generator.Methods in adams.gui.tools.spreadsheetprocessor.targets with parameters of type AbstractChartGenerator Modifier and Type Method Description void
ChartTarget. 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 void
SpreadSheetPanel. 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 class
AbstractRowBasedChartGenerator
Ancestor for row-based plot generators.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
ControlChart
Generates the specified control chart from the data.class
GenericPlot
Flexible chart generator.class
Histogram
Generates histograms by plotting the X column against the Y column.class
JFreeChart
Uses JFreeChart to display the data.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. -
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 AbstractChartGenerator
DataChart. m_LastChart
the last chart used.
-