Package org.forester.archaeopteryx
Class Options
java.lang.Object
org.forester.archaeopteryx.Options
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
static enum
-
Method Summary
Modifier and TypeMethodDescriptionstatic final Options
createInstance
(Configuration configuration) boolean
final boolean
final boolean
final boolean
final boolean
final 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) final void
setLineUpRendarableNodeData
(boolean line_up_renderable_node_data) final void
setRightLineUpDomains
(boolean right_align_domains) final void
setShowAnnotationRefSource
(boolean show_annotation_ref_source) void
setShowDomainLabels
(boolean show_domain_labels)
-
Method Details
-
getExtDescNodeDataToReturn
-
isAllowErrorsInDistanceToParent
public boolean isAllowErrorsInDistanceToParent() -
isLineUpRendarableNodeData
public final boolean isLineUpRendarableNodeData() -
isRightLineUpDomains
public final boolean isRightLineUpDomains() -
isShowAnnotationRefSource
public final boolean isShowAnnotationRefSource() -
isShowDomainLabels
public final boolean isShowDomainLabels() -
setAllowErrorsInDistanceToParent
public final void setAllowErrorsInDistanceToParent(boolean allow_errors_in_distance_to_parent) -
setBackgroundColorGradient
public void setBackgroundColorGradient(boolean background_color_gradient) -
setColorLabelsSameAsParentBranch
public void setColorLabelsSameAsParentBranch(boolean color_labels_same_as_parent_branch) -
setExtDescNodeDataToReturn
-
setLineUpRendarableNodeData
public final void setLineUpRendarableNodeData(boolean line_up_renderable_node_data) -
setRightLineUpDomains
public final void setRightLineUpDomains(boolean right_align_domains) -
setShowAnnotationRefSource
public final void setShowAnnotationRefSource(boolean show_annotation_ref_source) -
setShowDomainLabels
public void setShowDomainLabels(boolean show_domain_labels) -
createInstance
-