Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rambaut/figtree
/ removeAttribute
Method
removeAttribute
src/figtree/treeviewer/ReRootedTree.java:588–590 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
586
}
587
588
public
void
removeAttribute(String name) {
589
source.removeAttribute(name);
590
}
591
592
public
Set<String> getAttributeNames() {
593
return
source.getAttributeNames();
Callers
11
clearRotation
Method · 0.45
cartoonSelectedNodes
Method · 0.45
collapseSelectedNodes
Method · 0.45
clearCollapsedNodes
Method · 0.45
clearSelectedCollapsedNodes
Method · 0.45
clearHilightedNodes
Method · 0.45
clearSelectedHilightedNodes
Method · 0.45
clearSelectedNodeAnnotation
Method · 0.45
clearSelectedTipAnnotation
Method · 0.45
removeAttribute
Method · 0.45
checkLabelAttribute
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected