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 AbstractPlotGeneratorSpreadSheetPlotGenerator. m_Generatorthe generator to use.Methods in adams.flow.transformer that return AbstractPlotGenerator Modifier and Type Method Description AbstractPlotGeneratorSpreadSheetPlotGenerator. getGenerator()Returns the current plot generator.Methods in adams.flow.transformer with parameters of type AbstractPlotGenerator Modifier and Type Method Description voidSpreadSheetPlotGenerator. 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 classAndrewsCurvesGeneratorGenerates plot containers from row-based data for Andrews Curves.
César Ignacio García Osorio, Colin Fyfe (2003).classNamedPlotGeneratorPlots the numeric data of two columns, X and Y with the plot name from a separate column.classRowWisePlotGeneratorGenerates a separate plot per row in the spreadsheet, using the specified columns as data points.classSimplePlotGeneratorPlots the numeric data from one or more columns.classXYPlotGeneratorUses one column for the X value and one or more other columns as Y to plot against.classXYWithErrorsPlotGeneratorGenerator 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 AbstractPlotGeneratorGenericPlot. m_Generatorthe plot generator to use.Methods in adams.gui.tools.spreadsheetviewer.chart that return AbstractPlotGenerator Modifier and Type Method Description AbstractPlotGeneratorGenericPlot. 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 voidGenericPlot. setGenerator(AbstractPlotGenerator value)Sets the generator for producing the plot containers.
-