Home / Development / Documentation / 2.0.44 / LeafMarginBottomAdapter
TreeGraph 2
 


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

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

public class LeafMarginBottomAdapter
extends AbstractDistanceValueAdapter
implements DistanceAdapter

Since:
2.0.25
Author:
Ben Stöver

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

LeafMarginBottomAdapter

public LeafMarginBottomAdapter()
Method Detail

getDistanceValue

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

toString

public String toString()
Overrides:
toString in class Object