Uses of Class
adams.data.statistics.SPCUtils.Chart
-
Packages that use SPCUtils.Chart Package Description adams.data.statistics -
-
Uses of SPCUtils.Chart in adams.data.statistics
Methods in adams.data.statistics that return SPCUtils.Chart Modifier and Type Method Description SPCUtils.Chart
SPCUtils.Chart. parse(String s)
Parses the given string and returns the associated enum.static SPCUtils.Chart
SPCUtils.Chart. valueOf(AbstractOption option, String str)
Returns an enum generated from the string.static SPCUtils.Chart
SPCUtils.Chart. valueOf(String name)
Returns the enum constant of this type with the specified name.static SPCUtils.Chart[]
SPCUtils.Chart. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-