Home / 
  
Development / 
  
Documentation / 
  
    
	
	  
		
		
		  
2.0.44 / 
		
	  
      AbstractIconLabelDistanceAdapter
	
  
 
info.bioinfweb.treegraph.document.format.adapters.distance
Class AbstractIconLabelDistanceAdapter
java.lang.Object
  
info.bioinfweb.treegraph.gui.dialogs.specialformats.AbstractLabelAdapter
      
info.bioinfweb.treegraph.document.format.adapters.distance.AbstractLabelDistanceAdapter
          
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
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AbstractIconLabelDistanceAdapter
public AbstractIconLabelDistanceAdapter(String id)
getIconDistanceValue
protected abstract DistanceValue getIconDistanceValue(IconLabelFormats formats)
 
getDistanceValue
protected DistanceValue getDistanceValue(LabelFormats formats)
- Specified by:
 getDistanceValue in class AbstractLabelDistanceAdapter