public enum JFreeChartGenerationMode extends Enum<JFreeChartGenerationMode>
| Enum Constant and Description |
|---|
COMPARISON
Benchmarks from multiple folders (space-separated) are paired together.
|
COMPOUND
Benchmarks from multiple folders (space-separated) are shown together.
|
STANDARD
All benchmark results are displayed on separate graphs.
|
| Modifier and Type | Method and Description |
|---|---|
static JFreeChartGenerationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JFreeChartGenerationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JFreeChartGenerationMode STANDARD
public static final JFreeChartGenerationMode COMPARISON
public static final JFreeChartGenerationMode COMPOUND
public static JFreeChartGenerationMode[] values()
for (JFreeChartGenerationMode c : JFreeChartGenerationMode.values()) System.out.println(c);
public static JFreeChartGenerationMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2014. All rights reserved.