Uses of Class
adams.core.gnuplot.SimplePlot.PlotType

Packages that use SimplePlot.PlotType
adams.core.gnuplot   
 

Uses of SimplePlot.PlotType in adams.core.gnuplot
 

Fields in adams.core.gnuplot declared as SimplePlot.PlotType
protected  SimplePlot.PlotType SimplePlot.m_PlotType
          the plot type to use.
 

Methods in adams.core.gnuplot that return SimplePlot.PlotType
 SimplePlot.PlotType SimplePlot.getPlotType()
          Returns the plot type in use.
 SimplePlot.PlotType SimplePlot.PlotType.parse(String s)
          Parses the given string and returns the associated enum.
static SimplePlot.PlotType SimplePlot.PlotType.valueOf(AbstractOption option, String str)
          Returns an enum generated from the string.
static SimplePlot.PlotType SimplePlot.PlotType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SimplePlot.PlotType[] SimplePlot.PlotType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in adams.core.gnuplot with parameters of type SimplePlot.PlotType
 void SimplePlot.setPlotType(SimplePlot.PlotType value)
          Sets the plot type to use.
 



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