Home / Development / Documentation / 2.0.44 / LineWidthOperator
TreeGraph 2
 


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

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

public class LineWidthOperator
extends AbstractLineOperator
implements FormatOperator


Field Summary
private  DistanceValue width
           
 
Constructor Summary
LineWidthOperator(DistanceValue width)
           
 
Method Summary
protected  void doApplyTo(ElementFormats format)
           
 
Methods inherited from class info.bioinfweb.treegraph.document.format.operate.AbstractLineOperator
validTarget
 
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, validTarget
 

Field Detail

width

private DistanceValue width
Constructor Detail

LineWidthOperator

public LineWidthOperator(DistanceValue width)
Method Detail

doApplyTo

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