info.bioinfweb.treegraph.document.nodebranchdata
Interface NewNodeDataAdapter

All Superinterfaces:
IDElementAdapter
All Known Implementing Classes:
NewHiddenBranchDataAdapter, NewHiddenNodeDataAdapter, NewTextLabelAdapter

public interface NewNodeDataAdapter
extends IDElementAdapter

This interface should be implemented by all node data adapters that create a new node data column (e.g. a new group of labels).

Author:
Ben Stöver

Method Summary
 void setID(String id)
          Defines the ID of the node data column that is created by this node data adapter.
 
Methods inherited from interface info.bioinfweb.treegraph.document.nodebranchdata.IDElementAdapter
getID
 

Method Detail

setID

void setID(String id)
Defines the ID of the node data column that is created by this node data adapter.

Parameters:
id - the new ID