| Package | Description |
|---|---|
| org.forester.archaeopteryx |
| Modifier and Type | Method and Description |
|---|---|
static AptxUtil.GraphicsExportType |
AptxUtil.GraphicsExportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AptxUtil.GraphicsExportType[] |
AptxUtil.GraphicsExportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AptxUtil.writePhylogenyToGraphicsFile(File intree,
File outfile,
int width,
int height,
AptxUtil.GraphicsExportType type,
Configuration config) |
static void |
AptxUtil.writePhylogenyToGraphicsFile(Phylogeny phy,
File outfile,
int width,
int height,
AptxUtil.GraphicsExportType type,
Configuration config) |
static void |
AptxUtil.writePhylogenyToGraphicsFileNonInteractive(File outfile,
int width,
int height,
TreePanel tree_panel,
org.forester.archaeopteryx.ControlPanel ac,
AptxUtil.GraphicsExportType type,
Options options) |
Copyright © 2016. All rights reserved.