MCPcopy 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

selectTaxaMethod · 0.45
selectNodesMethod · 0.45
rotateNodeMethod · 0.45
clearRotationMethod · 0.45
cartoonSelectedNodesMethod · 0.45
collapseSelectedNodesMethod · 0.45
clearCollapsedNodesMethod · 0.45
clearHilightedNodesMethod · 0.45
getSelectedSubtreeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected