Home / Development / Documentation / 2.0.44 / BranchLineColorAdapter
TreeGraph 2
 


info.bioinfweb.treegraph.document.format.adapters.color
Class BranchLineColorAdapter

java.lang.Object
  extended by info.bioinfweb.treegraph.document.format.adapters.color.BranchLineColorAdapter
All Implemented Interfaces:
ColorAdapter

public class BranchLineColorAdapter
extends Object
implements ColorAdapter

Since:
2.0.23
Author:
Ben Stöver

Constructor Summary
BranchLineColorAdapter()
           
 
Method Summary
 Color getColor(Node node)
           
 void setColor(Color color, Node node)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BranchLineColorAdapter

public BranchLineColorAdapter()
Method Detail

setColor

public void setColor(Color color,
                     Node node)
Specified by:
setColor in interface ColorAdapter

getColor

public Color getColor(Node node)
Specified by:
getColor in interface ColorAdapter

toString

public String toString()
Overrides:
toString in class Object