java.io.Serializable
, AttributeNode
, Node
public class PositionedNode extends SimpleNode
Modifier and Type | Field | Description |
---|---|---|
protected double |
x |
CLADE_PROBABILITY, MEAN_CLADE_HEIGHT, NODE_HEIGHT_SE, SUBTREE_PROBABILITY
Constructor | Description |
---|---|
PositionedNode(Node node) |
|
PositionedNode(Node node,
Node highlightNode) |
Builds a tree based on node, but highlights highlightNode
|
Modifier and Type | Method | Description |
---|---|---|
void |
calculatePositions() |
|
Node |
getPeer() |
|
double |
getX() |
|
boolean |
isHighlighted() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addChild, getAttribute, getAttributeNames, getBranchLength, getBranchLengthSE, getChild, getChildCount, getIdentifier, getNodeHeight, getNumber, getParent, getSequence, getSequenceString, hasChildren, init, init, init, insertChild, isLeaf, isRoot, lengths2HeightsContemp, removeChild, removeParent, reset, setAttribute, setBranchLength, setBranchLengthSE, setChild, setIdentifier, setNodeHeight, setNodeHeight, setNumber, setParent, setSequence, toString
public PositionedNode(Node node, Node highlightNode)
public PositionedNode(Node node)
public void calculatePositions()
public Node getPeer()
public boolean isHighlighted()
public double getX()