Home / Development / Documentation / 2.0.44 / IconWidthAdapter
TreeGraph 2
 


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

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.AbstractIconLabelDistanceAdapter
              extended by info.bioinfweb.treegraph.document.format.adapters.distance.IconWidthAdapter
All Implemented Interfaces:
DistanceAdapter

public class IconWidthAdapter
extends AbstractIconLabelDistanceAdapter
implements DistanceAdapter

Since:
2.0.25
Author:
Ben Stöver

Constructor Summary
IconWidthAdapter(String id)
           
 
Method Summary
protected  DistanceValue getIconDistanceValue(IconLabelFormats formats)
           
 String toString()
           
 
Methods inherited from class info.bioinfweb.treegraph.document.format.adapters.distance.AbstractIconLabelDistanceAdapter
getDistanceValue
 
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

IconWidthAdapter

public IconWidthAdapter(String id)
Method Detail

getIconDistanceValue

protected DistanceValue getIconDistanceValue(IconLabelFormats formats)
Specified by:
getIconDistanceValue in class AbstractIconLabelDistanceAdapter

toString

public String toString()
Overrides:
toString in class Object