public static enum Options.PHYLOGENY_GRAPHICS_TYPE extends java.lang.Enum<Options.PHYLOGENY_GRAPHICS_TYPE>
Enum Constant | Description |
---|---|
CIRCULAR |
|
CONVEX |
|
CURVED |
|
EURO_STYLE |
|
RECTANGULAR |
|
ROUNDED |
|
TRIANGULAR |
|
UNROOTED |
Modifier and Type | Method | Description |
---|---|---|
static Options.PHYLOGENY_GRAPHICS_TYPE |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Options.PHYLOGENY_GRAPHICS_TYPE[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Options.PHYLOGENY_GRAPHICS_TYPE CIRCULAR
public static final Options.PHYLOGENY_GRAPHICS_TYPE CONVEX
public static final Options.PHYLOGENY_GRAPHICS_TYPE CURVED
public static final Options.PHYLOGENY_GRAPHICS_TYPE EURO_STYLE
public static final Options.PHYLOGENY_GRAPHICS_TYPE RECTANGULAR
public static final Options.PHYLOGENY_GRAPHICS_TYPE ROUNDED
public static final Options.PHYLOGENY_GRAPHICS_TYPE TRIANGULAR
public static final Options.PHYLOGENY_GRAPHICS_TYPE UNROOTED
public static Options.PHYLOGENY_GRAPHICS_TYPE[] values()
for (Options.PHYLOGENY_GRAPHICS_TYPE c : Options.PHYLOGENY_GRAPHICS_TYPE.values()) System.out.println(c);
public static Options.PHYLOGENY_GRAPHICS_TYPE 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