info.bioinfweb.treegraph.document.format.operate
Class EdgeRadiusOperator
java.lang.Object
info.bioinfweb.treegraph.document.format.operate.AbstractOperator
info.bioinfweb.treegraph.document.format.operate.EdgeRadiusOperator
- All Implemented Interfaces:
- FormatOperator
public class EdgeRadiusOperator
- extends AbstractOperator
- implements FormatOperator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
edgeRadius
private DistanceValue edgeRadius
EdgeRadiusOperator
public EdgeRadiusOperator(DistanceValue edgeRadius)
doApplyTo
protected void doApplyTo(ElementFormats format)
- Specified by:
doApplyTo in class AbstractOperator
validTarget
public boolean validTarget(ElementFormats format)
- Specified by:
validTarget in interface FormatOperator