Home / Development / Documentation / 2.0.44 / LabelMarginRightAdapter
TreeGraph 2
 


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

java.lang.Object
  extended by info.bioinfweb.treegraph.gui.dialogs.specialformats.AbstractLabelAdapter
      extended by info.bioinfweb.treegraph.document.format.adapters.distance.AbstractLabelDistanceAdapter
          extended by info.bioinfweb.treegraph.document.format.adapters.distance.LabelMarginRightAdapter
All Implemented Interfaces:
DistanceAdapter

public class LabelMarginRightAdapter
extends AbstractLabelDistanceAdapter
implements DistanceAdapter

Since:
2.0.25
Author:
Ben Stöver

Constructor Summary
LabelMarginRightAdapter(String id)
           
 
Method Summary
protected  DistanceValue getDistanceValue(LabelFormats formats)
           
 String toString()
           
 
Methods inherited from class info.bioinfweb.treegraph.document.format.adapters.distance.AbstractLabelDistanceAdapter
getDistance, setDistance
 
Methods inherited from class info.bioinfweb.treegraph.gui.dialogs.specialformats.AbstractLabelAdapter
getID, toString
 
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

LabelMarginRightAdapter

public LabelMarginRightAdapter(String id)
Method Detail

getDistanceValue

protected DistanceValue getDistanceValue(LabelFormats formats)
Specified by:
getDistanceValue in class AbstractLabelDistanceAdapter

toString

public String toString()
Overrides:
toString in class Object