Home / Development / Documentation / 2.0.44 / NodeLineColorAdapter
TreeGraph 2
 


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

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

public class NodeLineColorAdapter
extends Object
implements ColorAdapter

Since:
2.0.23
Author:
Ben Stöver

Constructor Summary
NodeLineColorAdapter()
           
 
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

NodeLineColorAdapter

public NodeLineColorAdapter()
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