Package | Description |
---|---|
com.hfg.bio.phylogeny |
Modifier and Type | Method and Description |
---|---|
CladogramStyle |
TreeDisplaySettings.getCladogramStyle() |
static CladogramStyle |
CladogramStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CladogramStyle[] |
CladogramStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TreeDisplaySettings |
TreeDisplaySettings.setCladogramStyle(CladogramStyle inValue) |
jataylor@hairyfatguy.com