Uses of Class
org.forester.archaeopteryx.AptxUtil.GraphicsExportType
-
Packages that use AptxUtil.GraphicsExportType Package Description org.forester.archaeopteryx -
-
Uses of AptxUtil.GraphicsExportType in org.forester.archaeopteryx
Methods in org.forester.archaeopteryx that return AptxUtil.GraphicsExportType Modifier and Type Method Description static AptxUtil.GraphicsExportType
AptxUtil.GraphicsExportType. valueOf(java.lang.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.Methods in org.forester.archaeopteryx with parameters of type AptxUtil.GraphicsExportType Modifier and Type Method Description static void
AptxUtil. writePhylogenyToGraphicsFile(java.io.File intree, java.io.File outfile, int width, int height, AptxUtil.GraphicsExportType type, Configuration config)
static void
AptxUtil. writePhylogenyToGraphicsFile(Phylogeny phy, java.io.File outfile, int width, int height, AptxUtil.GraphicsExportType type, Configuration config)
static void
AptxUtil. writePhylogenyToGraphicsFileNonInteractive(java.io.File outfile, int width, int height, TreePanel tree_panel, org.forester.archaeopteryx.ControlPanel ac, AptxUtil.GraphicsExportType type, Options options)
-