Uses of Class
org.forester.archaeopteryx.Options.PHYLOGENY_GRAPHICS_TYPE
-
Packages that use Options.PHYLOGENY_GRAPHICS_TYPE Package Description org.forester.archaeopteryx -
-
Uses of Options.PHYLOGENY_GRAPHICS_TYPE in org.forester.archaeopteryx
Methods in org.forester.archaeopteryx that return Options.PHYLOGENY_GRAPHICS_TYPE Modifier and Type Method Description static Options.PHYLOGENY_GRAPHICS_TYPEOptions.PHYLOGENY_GRAPHICS_TYPE. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Options.PHYLOGENY_GRAPHICS_TYPE[]Options.PHYLOGENY_GRAPHICS_TYPE. 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 Options.PHYLOGENY_GRAPHICS_TYPE Modifier and Type Method Description voidConfiguration. setPhylogenyGraphicsType(Options.PHYLOGENY_GRAPHICS_TYPE phylogeny_graphics_type)
-