Uses of Class
adams.core.AutoOnOff
-
Packages that use AutoOnOff Package Description adams.core adams.gui.tools.wekainvestigator.tab.classifytab.output -
-
Uses of AutoOnOff in adams.core
Methods in adams.core that return AutoOnOff Modifier and Type Method Description AutoOnOff
AutoOnOff. parse(String s)
Parses the given string and returns the associated enum.static AutoOnOff
AutoOnOff. valueOf(AbstractOption option, String str)
Returns an enum generated from the string.static AutoOnOff
AutoOnOff. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutoOnOff[]
AutoOnOff. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AutoOnOff in adams.gui.tools.wekainvestigator.tab.classifytab.output
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.output declared as AutoOnOff Modifier and Type Field Description protected AutoOnOff
ClassifierErrors. m_AntiAliasingEnabled
whether anti-aliasing is enabled.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output that return AutoOnOff Modifier and Type Method Description AutoOnOff
ClassifierErrors. isAntiAliasingEnabled()
Returns whether anti-aliasing is used.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output with parameters of type AutoOnOff Modifier and Type Method Description void
ClassifierErrors. setAntiAliasingEnabled(AutoOnOff value)
Sets whether to use anti-aliasing.
-