info.bioinfweb.treegraph.document.format.operate
Class AbstractMarginOperator
java.lang.Object
  
info.bioinfweb.treegraph.document.format.operate.AbstractMarginOperator
- All Implemented Interfaces: 
 - FormatOperator
 
- Direct Known Subclasses: 
 - AbstractLabelMarginOperator, AbstractLeafMarginOperator, AbstractLegendMarginOperator
 
public abstract class AbstractMarginOperator
- extends Object
- implements FormatOperator
  
- 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 | 
 
 
value
private DistanceValue value
AbstractMarginOperator
public AbstractMarginOperator(DistanceValue value)
getValue
protected DistanceValue getValue()
 
 
applyTo
protected abstract void applyTo(Margin margin)