Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rambaut/figtree
/ getAttribute
Method
getAttribute
src/figtree/treeviewer/ReRootedTree.java:584–586 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
582
}
583
584
public
Object getAttribute(String name) {
585
return
source.getAttribute(name);
586
}
587
588
public
void
removeAttribute(String name) {
589
source.removeAttribute(name);
Callers
15
selectTaxa
Method · 0.45
selectNodes
Method · 0.45
rotateNode
Method · 0.45
clearRotation
Method · 0.45
cartoonSelectedNodes
Method · 0.45
collapseSelectedNodes
Method · 0.45
recalculateCollapsedNodes
Method · 0.45
clearCollapsedNodes
Method · 0.45
clearSelectedCollapsedNodes
Method · 0.45
clearHilightedNodes
Method · 0.45
clearSelectedHilightedNodes
Method · 0.45
getSelectedSubtree
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected