public static enum GroupedAlignmentVisualizer.ColorTheme extends java.lang.Enum<GroupedAlignmentVisualizer.ColorTheme>
| Modifier and Type | Method and Description |
|---|---|
abstract java.awt.Color |
getBackground() |
abstract java.awt.Color |
getForeground() |
java.lang.String |
toString() |
static GroupedAlignmentVisualizer.ColorTheme |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GroupedAlignmentVisualizer.ColorTheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupedAlignmentVisualizer.ColorTheme DARK
public static final GroupedAlignmentVisualizer.ColorTheme BRIGHT
public static GroupedAlignmentVisualizer.ColorTheme[] values()
for (GroupedAlignmentVisualizer.ColorTheme c : GroupedAlignmentVisualizer.ColorTheme.values()) System.out.println(c);
public static GroupedAlignmentVisualizer.ColorTheme valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic abstract java.awt.Color getForeground()
public abstract java.awt.Color getBackground()
public java.lang.String toString()
toString in class java.lang.Enum<GroupedAlignmentVisualizer.ColorTheme>