info.bioinfweb.treegraph.document.format.operate
Class AbstractOperator
java.lang.Object
  
info.bioinfweb.treegraph.document.format.operate.AbstractOperator
- All Implemented Interfaces: 
 - FormatOperator
 
- Direct Known Subclasses: 
 - AbstractBranchOperator, AbstractGraphicalLabelOperator, AbstractIconLabelOperator, AbstractLabelOperator, AbstractLegendOperator, AbstractLineOperator, AbstractPieChartLabelOperator, AbstractTextOperator, CornerRadiusOperator, ScaleBarFormatsOperator
 
public abstract class AbstractOperator
- extends Object
- implements FormatOperator
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
AbstractOperator
public AbstractOperator()
applyTo
public void applyTo(ElementFormats format)
             throws InvalidTargetException
- Specified by:
 applyTo in interface FormatOperator
 
- Throws:
 InvalidTargetException
 
doApplyTo
protected abstract void doApplyTo(ElementFormats format)