Home / Development / Documentation / 2.0.44 / LabelTextHeightAdapter
TreeGraph 2
 


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

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.LabelTextHeightAdapter
All Implemented Interfaces:
DistanceAdapter

public class LabelTextHeightAdapter
extends AbstractLabelDistanceAdapter
implements DistanceAdapter

Since:
2.0.23
Author:
Ben Stöver

Constructor Summary
LabelTextHeightAdapter(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

LabelTextHeightAdapter

public LabelTextHeightAdapter(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