Home / Development / Documentation / 2.0.44 / AbstractIconLabelDistanceAdapter
TreeGraph 2
 


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

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
All Implemented Interfaces:
DistanceAdapter
Direct Known Subclasses:
IconHeightAdapter, IconWidthAdapter

public abstract class AbstractIconLabelDistanceAdapter
extends AbstractLabelDistanceAdapter

Since:
2.0.26
Author:
Ben Stöver

Constructor Summary
AbstractIconLabelDistanceAdapter(String id)
           
 
Method Summary
protected  DistanceValue getDistanceValue(LabelFormats formats)
           
protected abstract  DistanceValue getIconDistanceValue(IconLabelFormats formats)
           
 
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, toString, wait, wait, wait
 

Constructor Detail

AbstractIconLabelDistanceAdapter

public AbstractIconLabelDistanceAdapter(String id)
Method Detail

getIconDistanceValue

protected abstract DistanceValue getIconDistanceValue(IconLabelFormats formats)

getDistanceValue

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