Uses of Class
adams.core.gnuplot.SimplePlot.PlotType
-
Packages that use SimplePlot.PlotType Package Description adams.core.gnuplot -
-
Uses of SimplePlot.PlotType in adams.core.gnuplot
Fields in adams.core.gnuplot declared as SimplePlot.PlotType Modifier and Type Field Description protected SimplePlot.PlotType
SimplePlot. m_PlotType
the plot type to use.Methods in adams.core.gnuplot that return SimplePlot.PlotType Modifier and Type Method Description 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(adams.core.option.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 Modifier and Type Method Description void
SimplePlot. setPlotType(SimplePlot.PlotType value)
Sets the plot type to use.
-