Uses of Class
adams.flow.transformer.plotgenerator.AbstractPlotGenerator
-
Packages that use AbstractPlotGenerator Package Description adams.flow.transformer adams.flow.transformer.plotgenerator adams.gui.tools.spreadsheetviewer.chart -
-
Uses of AbstractPlotGenerator in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractPlotGenerator Modifier and Type Field Description protected AbstractPlotGenerator
SpreadSheetPlotGenerator. m_Generator
the generator to use.Methods in adams.flow.transformer that return AbstractPlotGenerator Modifier and Type Method Description AbstractPlotGenerator
SpreadSheetPlotGenerator. getGenerator()
Returns the current plot generator.Methods in adams.flow.transformer with parameters of type AbstractPlotGenerator Modifier and Type Method Description void
SpreadSheetPlotGenerator. setGenerator(AbstractPlotGenerator value)
Sets the plot generator to use. -
Uses of AbstractPlotGenerator in adams.flow.transformer.plotgenerator
Subclasses of AbstractPlotGenerator in adams.flow.transformer.plotgenerator Modifier and Type Class Description class
AndrewsCurvesGenerator
Generates plot containers from row-based data for Andrews Curves.
César Ignacio García Osorio, Colin Fyfe (2003).class
NamedPlotGenerator
Plots the numeric data of two columns, X and Y with the plot name from a separate column.class
RowWisePlotGenerator
Generates a separate plot per row in the spreadsheet, using the specified columns as data points.class
SimplePlotGenerator
Plots the numeric data from one or more columns.class
XYPlotGenerator
Uses one column for the X value and one or more other columns as Y to plot against.class
XYWithErrorsPlotGenerator
Generator for X/Y plots (with X optional) that attaches error information for Y and optionally X as well. -
Uses of AbstractPlotGenerator in adams.gui.tools.spreadsheetviewer.chart
Fields in adams.gui.tools.spreadsheetviewer.chart declared as AbstractPlotGenerator Modifier and Type Field Description protected AbstractPlotGenerator
GenericPlot. m_Generator
the plot generator to use.Methods in adams.gui.tools.spreadsheetviewer.chart that return AbstractPlotGenerator Modifier and Type Method Description AbstractPlotGenerator
GenericPlot. getGenerator()
Returns the generator for producing the plot containers.Methods in adams.gui.tools.spreadsheetviewer.chart with parameters of type AbstractPlotGenerator Modifier and Type Method Description void
GenericPlot. setGenerator(AbstractPlotGenerator value)
Sets the generator for producing the plot containers.
-