Package | Description |
---|---|
com.hfg.bio.phylogeny |
Modifier and Type | Method and Description |
---|---|
TreeDisplaySettings |
TreeDisplaySettings.setAlignLeaftNodeLabels(boolean inValue) |
TreeDisplaySettings |
TreeDisplaySettings.setAssignGroupsToSingletons(boolean inValue) |
TreeDisplaySettings |
TreeDisplaySettings.setBLTL_OnChangeCallback(String inValue)
While dynamically adjusting the branch length traversal limit to group closely
related leaf nodes, this callback, if defined, is invoked so the changing BLTL
value can be displayed.
|
TreeDisplaySettings |
TreeDisplaySettings.setBLTL_SelectionCompleteCallback(String inValue)
When the dynamic adjustment of the branch length traversal limit to group closely
related leaf nodes is completed (end of drag event), this callback, if defined, is invoked.
|
TreeDisplaySettings |
TreeDisplaySettings.setBranchLengthTraversalLimit(Float inValue) |
TreeDisplaySettings |
TreeDisplaySettings.setCladogramStyle(CladogramStyle inValue) |
TreeDisplaySettings |
TreeDisplaySettings.setEnableDynamicGrouping(boolean inValue)
When outputting the tree in SVG, this option allows for dynamically adjusting
the branch length traversal limit to group closely related leaf nodes.
|
TreeDisplaySettings |
TreeDisplaySettings.setFont(Font inValue) |
TreeDisplaySettings |
TreeDisplaySettings.setLeafLabelLeftPadding(GfxSize inValue) |
TreeDisplaySettings |
TreeDisplaySettings.setScalePaddingTop(GfxSize inValue) |
TreeDisplaySettings |
TreeDisplaySettings.setScaleTickHeight(int inValue) |
TreeDisplaySettings |
TreeDisplaySettings.setShowBranchLengthTraversalLimit(boolean inValue) |
TreeDisplaySettings |
TreeDisplaySettings.setShowScale(boolean inValue) |
TreeDisplaySettings |
TreeDisplaySettings.setTreeWidth(int inValue) |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
PhylogeneticTree.getBufferedImage(TreeDisplaySettings inDisplaySettings) |
BufferedImage |
PhylogeneticTree.getBufferedImageWithMaxWidth(TreeDisplaySettings inDisplaySettings,
GfxSize inMaxWidth) |
void |
PhylogeneticTree.toJPG(TreeDisplaySettings inDisplaySettings,
OutputStream inStream) |
SVG |
PhylogeneticTree.toSVG(TreeDisplaySettings inDisplaySettings) |
jataylor@hairyfatguy.com