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 AutoOnOffAutoOnOff. parse(String s)Parses the given string and returns the associated enum.static AutoOnOffAutoOnOff. valueOf(AbstractOption option, String str)Returns an enum generated from the string.static AutoOnOffAutoOnOff. 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 AutoOnOffClassifierErrors. m_AntiAliasingEnabledwhether anti-aliasing is enabled.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output that return AutoOnOff Modifier and Type Method Description AutoOnOffClassifierErrors. 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 voidClassifierErrors. setAntiAliasingEnabled(AutoOnOff value)Sets whether to use anti-aliasing.
-