public enum ColorTheme extends java.lang.Enum<ColorTheme>
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,java.awt.Color> |
createColorMap(java.lang.Iterable<org.processmining.xesalignmentextension.XAlignmentExtension.XAlignment> alignments) |
abstract java.awt.Color |
getBackground() |
abstract java.awt.Color |
getForeground() |
static java.awt.Color |
getMoveColor(org.processmining.xesalignmentextension.XDataAlignmentExtension.XDataAlignmentMove move) |
java.lang.String |
toString() |
static ColorTheme |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ColorTheme[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColorTheme DARK
public static final ColorTheme BRIGHT
public static ColorTheme[] values()
for (ColorTheme c : ColorTheme.values()) System.out.println(c);
public static 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<ColorTheme>
public static java.awt.Color getMoveColor(org.processmining.xesalignmentextension.XDataAlignmentExtension.XDataAlignmentMove move)
public static java.util.Map<java.lang.String,java.awt.Color> createColorMap(java.lang.Iterable<org.processmining.xesalignmentextension.XAlignmentExtension.XAlignment> alignments)