MCPcopy Create free account
hub / github.com/rambaut/figtree / setAttribute

Method setAttribute

src/figtree/treeviewer/ReRootedTree.java:580–582  ·  view source on GitHub ↗
(String name, Object value)

Source from the content-addressed store, hash-verified

578 // Attributable IMPLEMENTATION
579
580 public void setAttribute(String name, Object value) {
581 source.setAttribute(name, value);
582 }
583
584 public Object getAttribute(String name) {
585 return source.getAttribute(name);

Callers 15

rotateNodeMethod · 0.45
cartoonSelectedNodesMethod · 0.45
collapseSelectedNodesMethod · 0.45
hilightSelectedNodesMethod · 0.45
annotateSelectedNodesMethod · 0.45
annotateSelectedTipsMethod · 0.45
getSelectedSubtreeMethod · 0.45
setAttributeMethod · 0.45
setTaxonAnnotationsMethod · 0.45
annotateNodesFromTipsMethod · 0.45
annotateTipsFromNodesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected