org.forester.archaeopteryx
Class Options

java.lang.Object
  extended by org.forester.archaeopteryx.Options

public final class Options
extends java.lang.Object


Nested Class Summary
static class Options.CLADOGRAM_TYPE
           
static class Options.NODE_LABEL_DIRECTION
           
static class Options.PHYLOGENY_GRAPHICS_TYPE
           
 
Method Summary
static Options createInstance(Configuration configuration)
           
 boolean isShowDomainLabels()
           
 void setBackgroundColorGradient(boolean background_color_gradient)
           
 void setColorLabelsSameAsParentBranch(boolean color_labels_same_as_parent_branch)
           
 void setShowDomainLabels(boolean show_domain_labels)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isShowDomainLabels

public final boolean isShowDomainLabels()

setBackgroundColorGradient

public void setBackgroundColorGradient(boolean background_color_gradient)

setColorLabelsSameAsParentBranch

public void setColorLabelsSameAsParentBranch(boolean color_labels_same_as_parent_branch)

setShowDomainLabels

public void setShowDomainLabels(boolean show_domain_labels)

createInstance

public static final Options createInstance(Configuration configuration)