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

java.lang.Object
  extended by info.bioinfweb.treegraph.document.format.operate.AbstractOperator
      extended by info.bioinfweb.treegraph.document.format.operate.EdgeRadiusOperator
All Implemented Interfaces:
FormatOperator

public class EdgeRadiusOperator
extends AbstractOperator
implements FormatOperator


Field Summary
private  DistanceValue edgeRadius
           
 
Constructor Summary
EdgeRadiusOperator(DistanceValue edgeRadius)
           
 
Method Summary
protected  void doApplyTo(ElementFormats format)
           
 boolean validTarget(ElementFormats format)
           
 
Methods inherited from class info.bioinfweb.treegraph.document.format.operate.AbstractOperator
applyTo
 
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
 

Field Detail

edgeRadius

private DistanceValue edgeRadius
Constructor Detail

EdgeRadiusOperator

public EdgeRadiusOperator(DistanceValue edgeRadius)
Method Detail

doApplyTo

protected void doApplyTo(ElementFormats format)
Specified by:
doApplyTo in class AbstractOperator

validTarget

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