Uses of Class
adams.gui.core.ColorHelper.ColorNotation
-
Packages that use ColorHelper.ColorNotation Package Description adams.gui.core -
-
Uses of ColorHelper.ColorNotation in adams.gui.core
Methods in adams.gui.core that return ColorHelper.ColorNotation Modifier and Type Method Description static ColorHelper.ColorNotationColorHelper. getNotation(String str)Tries to determine the type of color notation.static ColorHelper.ColorNotationColorHelper.ColorNotation. valueOf(String name)Returns the enum constant of this type with the specified name.static ColorHelper.ColorNotation[]ColorHelper.ColorNotation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-