Home / Development / Documentation / 2.0.44 / AbstractLeafMarginOperator
TreeGraph 2
 


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

java.lang.Object
  extended by info.bioinfweb.treegraph.document.format.operate.AbstractMarginOperator
      extended by info.bioinfweb.treegraph.document.format.operate.AbstractLeafMarginOperator
All Implemented Interfaces:
FormatOperator
Direct Known Subclasses:
LeafMarginBottomOperator, LeafMarginLeftOperator, LeafMarginRightOperator, LeafMarginTopOperator

public abstract class AbstractLeafMarginOperator
extends AbstractMarginOperator
implements FormatOperator

Since:
2.0.25
Author:
Ben Stöver

Constructor Summary
AbstractLeafMarginOperator(DistanceValue value)
           
 
Method Summary
 void applyTo(ElementFormats format)
           
 boolean validTarget(ElementFormats format)
           
 
Methods inherited from class info.bioinfweb.treegraph.document.format.operate.AbstractMarginOperator
applyTo, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractLeafMarginOperator

public AbstractLeafMarginOperator(DistanceValue value)
Method Detail

applyTo

public void applyTo(ElementFormats format)
             throws InvalidTargetException
Specified by:
applyTo in interface FormatOperator
Throws:
InvalidTargetException

validTarget

public boolean validTarget(ElementFormats format)
Specified by:
validTarget in interface FormatOperator