public static enum ForestPlot.Output extends Enum<ForestPlot.Output>
| Modifier and Type | Method and Description |
|---|---|
static ForestPlot.Output |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForestPlot.Output[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ForestPlot.Output PDF
public static final ForestPlot.Output PNG
public static ForestPlot.Output[] values()
for (ForestPlot.Output c : ForestPlot.Output.values()) System.out.println(c);
public static ForestPlot.Output 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 © 2015. All Rights Reserved.