public static enum ManifestPerfPanel.GraphHighlightObject extends java.lang.Enum<ManifestPerfPanel.GraphHighlightObject>
Enum Constant and Description |
---|
ARCCOLOR |
ARCWIDTH |
PLACECOLOR |
PLACESIZE |
PLACEWIDTH |
TRANSITIONCOLOR |
TRANSITIONSIZE |
TRANSITIONWIDTH |
Modifier and Type | Method and Description |
---|---|
static ManifestPerfPanel.GraphHighlightObject |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ManifestPerfPanel.GraphHighlightObject[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManifestPerfPanel.GraphHighlightObject TRANSITIONCOLOR
public static final ManifestPerfPanel.GraphHighlightObject TRANSITIONSIZE
public static final ManifestPerfPanel.GraphHighlightObject TRANSITIONWIDTH
public static final ManifestPerfPanel.GraphHighlightObject PLACECOLOR
public static final ManifestPerfPanel.GraphHighlightObject PLACESIZE
public static final ManifestPerfPanel.GraphHighlightObject PLACEWIDTH
public static final ManifestPerfPanel.GraphHighlightObject ARCWIDTH
public static final ManifestPerfPanel.GraphHighlightObject ARCCOLOR
public static ManifestPerfPanel.GraphHighlightObject[] values()
for (ManifestPerfPanel.GraphHighlightObject c : ManifestPerfPanel.GraphHighlightObject.values()) System.out.println(c);
public static ManifestPerfPanel.GraphHighlightObject 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