Home / Development / Documentation / 2.0.44 / LeafMarginTopAdapter
TreeGraph 2
 


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

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

public class LeafMarginTopAdapter
extends AbstractDistanceValueAdapter
implements DistanceAdapter

Since:
2.0.25
Author:
Ben Stöver

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

LeafMarginTopAdapter

public LeafMarginTopAdapter()
Method Detail

getDistanceValue

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

toString

public String toString()
Overrides:
toString in class Object