Home / Development / Documentation / 2.0.44 / AbstractLabelMarginOperator
TreeGraph 2
 


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

java.lang.Object
  extended by info.bioinfweb.treegraph.document.format.operate.AbstractMarginOperator
      extended by info.bioinfweb.treegraph.document.format.operate.AbstractLabelMarginOperator
All Implemented Interfaces:
FormatOperator
Direct Known Subclasses:
LabelMarginBottomOperator, LabelMarginLeftOperator, LabelMarginRightOperator, LabelMarginTopOperator

public abstract class AbstractLabelMarginOperator
extends AbstractMarginOperator
implements FormatOperator

Since:
2.0.25
Author:
Ben Stöver

Constructor Summary
AbstractLabelMarginOperator(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

AbstractLabelMarginOperator

public AbstractLabelMarginOperator(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