public final class Options
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Options.CLADOGRAM_TYPE |
static class |
Options.NODE_LABEL_DIRECTION |
static class |
Options.PHYLOGENY_GRAPHICS_TYPE |
Modifier and Type | Method and Description |
---|---|
static Options |
createInstance(Configuration configuration) |
NodeDataField |
getExtDescNodeDataToReturn() |
boolean |
isAllowErrorsInDistanceToParent() |
boolean |
isLineUpRendarableNodeData() |
boolean |
isRightLineUpDomains() |
boolean |
isShowAnnotationRefSource() |
boolean |
isShowDomainLabels() |
void |
setAllowErrorsInDistanceToParent(boolean allow_errors_in_distance_to_parent) |
void |
setBackgroundColorGradient(boolean background_color_gradient) |
void |
setColorLabelsSameAsParentBranch(boolean color_labels_same_as_parent_branch) |
void |
setExtDescNodeDataToReturn(NodeDataField ext_desc_data_to_return) |
void |
setLineUpRendarableNodeData(boolean line_up_renderable_node_data) |
void |
setRightLineUpDomains(boolean right_align_domains) |
void |
setShowAnnotationRefSource(boolean show_annotation_ref_source) |
void |
setShowDomainLabels(boolean show_domain_labels) |
public NodeDataField getExtDescNodeDataToReturn()
public boolean isAllowErrorsInDistanceToParent()
public final boolean isLineUpRendarableNodeData()
public final boolean isRightLineUpDomains()
public final boolean isShowAnnotationRefSource()
public final boolean isShowDomainLabels()
public final void setAllowErrorsInDistanceToParent(boolean allow_errors_in_distance_to_parent)
public void setBackgroundColorGradient(boolean background_color_gradient)
public void setColorLabelsSameAsParentBranch(boolean color_labels_same_as_parent_branch)
public void setExtDescNodeDataToReturn(NodeDataField ext_desc_data_to_return)
public final void setLineUpRendarableNodeData(boolean line_up_renderable_node_data)
public final void setRightLineUpDomains(boolean right_align_domains)
public final void setShowAnnotationRefSource(boolean show_annotation_ref_source)
public void setShowDomainLabels(boolean show_domain_labels)
public static final Options createInstance(Configuration configuration)