Home / 
  
Development / 
  
Documentation / 
  
    
	
	  
		
		
		  
2.0.44 / 
		
	  
      AbstractDistanceValueAdapter
	
  
 
info.bioinfweb.treegraph.document.format.adapters.distance
Class AbstractDistanceValueAdapter
java.lang.Object
  
info.bioinfweb.treegraph.document.format.adapters.distance.AbstractDistanceValueAdapter
- All Implemented Interfaces: 
 - DistanceAdapter
 
- Direct Known Subclasses: 
 - BranchSpaceBelowAdapter, CornerRadiusAdapter, LeafMarginBottomAdapter, LeafMarginLeftAdapter, LeafMarginRightAdapter, LeafMarginTopAdapter
 
public abstract class AbstractDistanceValueAdapter
- extends Object
- implements DistanceAdapter
  
- Since:
 
  - 2.0.25
 
- Author:
 
  - Ben Stöver
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AbstractDistanceValueAdapter
public AbstractDistanceValueAdapter()
getDistanceValue
protected abstract DistanceValue getDistanceValue(Node node)
 
 
getDistance
public float getDistance(Node node)
- Description copied from interface: 
DistanceAdapter 
- Returns the distance value in millimeters
- Specified by:
 getDistance in interface DistanceAdapter
 
- Parameters:
 node - the node to get the distance value from
- Returns:
 
 
 
setDistance
public void setDistance(float distance,
                        Node node)
- Specified by:
 setDistance in interface DistanceAdapter
 
- Parameters:
 distance - the new distance value in millimeters