public static enum AnnotatedTypeGraphVisualizer.GraphColor extends java.lang.Enum<AnnotatedTypeGraphVisualizer.GraphColor>
Modifier and Type | Method and Description |
---|---|
static AnnotatedTypeGraphVisualizer.GraphColor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnnotatedTypeGraphVisualizer.GraphColor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotatedTypeGraphVisualizer.GraphColor BLUE
public static final AnnotatedTypeGraphVisualizer.GraphColor YELLOW
public static final AnnotatedTypeGraphVisualizer.GraphColor GRAY
public static AnnotatedTypeGraphVisualizer.GraphColor[] values()
for (AnnotatedTypeGraphVisualizer.GraphColor c : AnnotatedTypeGraphVisualizer.GraphColor.values()) System.out.println(c);
public static AnnotatedTypeGraphVisualizer.GraphColor 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 null