Uses of Enum Class
org.forester.archaeopteryx.AptxUtil.GraphicsExportType
Packages that use AptxUtil.GraphicsExportType
-
Uses of AptxUtil.GraphicsExportType in org.forester.archaeopteryx
Methods in org.forester.archaeopteryx that return AptxUtil.GraphicsExportTypeModifier and TypeMethodDescriptionstatic AptxUtil.GraphicsExportType
Returns the enum constant of this class with the specified name.static AptxUtil.GraphicsExportType[]
AptxUtil.GraphicsExportType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forester.archaeopteryx with parameters of type AptxUtil.GraphicsExportTypeModifier and TypeMethodDescriptionstatic 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 final void
AptxUtil.writePhylogenyToGraphicsFileNonInteractive
(File outfile, int width, int height, TreePanel tree_panel, org.forester.archaeopteryx.ControlPanel ac, AptxUtil.GraphicsExportType type, Options options)