info.bioinfweb.treegraph.gui.dialogs.specialformats.distanceadapters
Class LeafMarginRightAdapter

java.lang.Object
  extended by info.bioinfweb.treegraph.gui.dialogs.specialformats.distanceadapters.AbstractDistanceValueAdapter
      extended by info.bioinfweb.treegraph.gui.dialogs.specialformats.distanceadapters.LeafMarginRightAdapter
All Implemented Interfaces:
DistanceAdapter

public class LeafMarginRightAdapter
extends AbstractDistanceValueAdapter
implements DistanceAdapter

Since:
2.0.25
Author:
Ben Stöver

Constructor Summary
LeafMarginRightAdapter()
           
 
Method Summary
protected  DistanceValue getDistanceValue(Node node)
           
 String toString()
           
 
Methods inherited from class info.bioinfweb.treegraph.gui.dialogs.specialformats.distanceadapters.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.gui.dialogs.specialformats.distanceadapters.DistanceAdapter
getDistance, setDistance
 

Constructor Detail

LeafMarginRightAdapter

public LeafMarginRightAdapter()
Method Detail

getDistanceValue

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

toString

public String toString()
Overrides:
toString in class Object