public class TreeDisplaySettings extends Settings
Constructor and Description |
---|
TreeDisplaySettings() |
public TreeDisplaySettings()
public TreeDisplaySettings setCladogramStyle(CladogramStyle inValue)
public CladogramStyle getCladogramStyle()
public TreeDisplaySettings setTreeWidth(int inValue)
public Integer getTreeWidth()
public TreeDisplaySettings setAssignGroupsToSingletons(boolean inValue)
public Boolean getAssignGroupsToSingletons()
public TreeDisplaySettings setAlignLeaftNodeLabels(boolean inValue)
public Boolean getAlignLeaftNodeLabels()
public TreeDisplaySettings setShowScale(boolean inValue)
public Boolean getShowScale()
public TreeDisplaySettings setEnableDynamicGrouping(boolean inValue)
inValue
- whether or not to enable the dynamic grouping optionpublic Boolean getEnableDynamicGrouping()
public TreeDisplaySettings setBranchLengthTraversalLimit(Float inValue)
public Float getBranchLengthTraversalLimit()
public void boundsCheckBranchLengthTraversalLimit(PhylogeneticTree inTree)
public TreeDisplaySettings setShowBranchLengthTraversalLimit(boolean inValue)
public Boolean getShowBranchLengthTraversalLimit()
public TreeDisplaySettings setBLTL_OnChangeCallback(String inValue)
inValue
- the javascript method to invoke (with the new BLTL value, and
the drag handle object as arguments)public String getBLTL_OnChangeCallback()
public TreeDisplaySettings setBLTL_SelectionCompleteCallback(String inValue)
inValue
- the javascript method to invoke (with the new BLTL value, and
the drag handle object as arguments)public String getBLTL_SelectionCompleteCallback()
public TreeDisplaySettings setFont(Font inValue)
public TreeDisplaySettings setLeafLabelLeftPadding(GfxSize inValue)
public GfxSize getLeafLabelLeftPadding()
public TreeDisplaySettings setScaleTickHeight(int inValue)
public Integer getScaleTickHeight()
public TreeDisplaySettings setScalePaddingTop(GfxSize inValue)
public GfxSize getScalePaddingTop()