MCPcopy 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

clearRotationMethod · 0.45
cartoonSelectedNodesMethod · 0.45
collapseSelectedNodesMethod · 0.45
clearCollapsedNodesMethod · 0.45
clearHilightedNodesMethod · 0.45
removeAttributeMethod · 0.45
checkLabelAttributeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected