Home / Development / Documentation / 2.0.44 / AbstractLegendMarginOperator
TreeGraph 2
 


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

java.lang.Object
  extended by info.bioinfweb.treegraph.document.format.operate.AbstractMarginOperator
      extended by info.bioinfweb.treegraph.document.format.operate.AbstractLegendMarginOperator
All Implemented Interfaces:
FormatOperator
Direct Known Subclasses:
LegendMarginBottomOperator, LegendMarginLeftOperator, LegendMarginRightOperator, LegendMarginTopOperator

public abstract class AbstractLegendMarginOperator
extends AbstractMarginOperator
implements FormatOperator

Since:
2.0.25
Author:
Ben Stöver

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

AbstractLegendMarginOperator

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