Home / Development / Documentation / 2.0.44 / AbstractMarginOperator
TreeGraph 2
 


info.bioinfweb.treegraph.document.format.operate
Class AbstractMarginOperator

java.lang.Object
  extended by 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

Field Summary
private  DistanceValue value
           
 
Constructor Summary
AbstractMarginOperator(DistanceValue value)
           
 
Method Summary
protected abstract  void applyTo(Margin margin)
           
protected  DistanceValue getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface info.bioinfweb.treegraph.document.format.operate.FormatOperator
applyTo, validTarget
 

Field Detail

value

private DistanceValue value
Constructor Detail

AbstractMarginOperator

public AbstractMarginOperator(DistanceValue value)
Method Detail

getValue

protected DistanceValue getValue()

applyTo

protected abstract void applyTo(Margin margin)