Home / Development / Documentation / 2.0.44 / CornerRadiusAdapter
TreeGraph 2
 


info.bioinfweb.treegraph.document.format.adapters.distance
Class CornerRadiusAdapter

java.lang.Object
  extended by info.bioinfweb.treegraph.document.format.adapters.distance.AbstractDistanceValueAdapter
      extended by info.bioinfweb.treegraph.document.format.adapters.distance.CornerRadiusAdapter
All Implemented Interfaces:
DistanceAdapter

public class CornerRadiusAdapter
extends AbstractDistanceValueAdapter
implements DistanceAdapter

Since:
2.0.25
Author:
Ben Stöver

Constructor Summary
CornerRadiusAdapter()
           
 
Method Summary
protected  DistanceValue getDistanceValue(Node node)
           
 String toString()
           
 
Methods inherited from class info.bioinfweb.treegraph.document.format.adapters.distance.AbstractDistanceValueAdapter
getDistance, setDistance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface info.bioinfweb.treegraph.document.format.adapters.distance.DistanceAdapter
getDistance, setDistance
 

Constructor Detail

CornerRadiusAdapter

public CornerRadiusAdapter()
Method Detail

getDistanceValue

protected DistanceValue getDistanceValue(Node node)
Specified by:
getDistanceValue in class AbstractDistanceValueAdapter

toString

public String toString()
Overrides:
toString in class Object