Home / Development / Documentation / 2.0.44 / AbstractBranchOperator
TreeGraph 2
 


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

java.lang.Object
  extended by info.bioinfweb.treegraph.document.format.operate.AbstractOperator
      extended by info.bioinfweb.treegraph.document.format.operate.AbstractBranchOperator
All Implemented Interfaces:
FormatOperator
Direct Known Subclasses:
ConstantWidthOperator, MinLengthOperator, MinSpaceAboveOperator, MinSpaceBelowOperator

public abstract class AbstractBranchOperator
extends AbstractOperator
implements FormatOperator


Constructor Summary
AbstractBranchOperator()
           
 
Method Summary
 boolean validTarget(ElementFormats format)
           
 
Methods inherited from class info.bioinfweb.treegraph.document.format.operate.AbstractOperator
applyTo, doApplyTo
 
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
 

Constructor Detail

AbstractBranchOperator

public AbstractBranchOperator()
Method Detail

validTarget

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