Home / Development / Documentation / 2.0.44 / LeafMarginLeftAdapter
TreeGraph 2
 


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

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

public class LeafMarginLeftAdapter
extends AbstractDistanceValueAdapter
implements DistanceAdapter

Since:
2.0.25
Author:
Ben Stöver

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

LeafMarginLeftAdapter

public LeafMarginLeftAdapter()
Method Detail

getDistanceValue

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

toString

public String toString()
Overrides:
toString in class Object