Home / Development / Documentation / 2.0.44 / LabelLinePositionOperator
TreeGraph 2
 


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

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

public class LabelLinePositionOperator
extends AbstractLabelOperator
implements FormatOperator


Field Summary
private  int linePosition
           
 
Constructor Summary
LabelLinePositionOperator(int linePosition)
           
 
Method Summary
protected  void doApplyTo(ElementFormats format)
           
 
Methods inherited from class info.bioinfweb.treegraph.document.format.operate.AbstractLabelOperator
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

linePosition

private int linePosition
Constructor Detail

LabelLinePositionOperator

public LabelLinePositionOperator(int linePosition)
Method Detail

doApplyTo

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