Uses of Class
adams.flow.transformer.plotgenerator.AbstractPlotGenerator

Packages that use AbstractPlotGenerator
adams.flow.transformer   
adams.flow.transformer.plotgenerator   
 

Uses of AbstractPlotGenerator in adams.flow.transformer
 

Fields in adams.flow.transformer declared as AbstractPlotGenerator
protected  AbstractPlotGenerator SpreadSheetPlotGenerator.m_Generator
          the generator to use.
 

Methods in adams.flow.transformer that return AbstractPlotGenerator
 AbstractPlotGenerator SpreadSheetPlotGenerator.getGenerator()
          Returns the current plot generator.
 

Methods in adams.flow.transformer with parameters of type AbstractPlotGenerator
 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
 class NamedPlotGenerator
          Plots the numeric data of two columns, X and Y with the plot name from a separate column.
 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.
 



Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.