Home / Development / Documentation / 2.0.44 / TextOrientationOperator
TreeGraph 2
 


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

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

public class TextOrientationOperator
extends AbstractLegendOperator
implements FormatOperator


Field Summary
private  TextOrientation orientation
           
 
Constructor Summary
TextOrientationOperator(TextOrientation orientation)
           
 
Method Summary
protected  void doApplyTo(ElementFormats format)
           
 
Methods inherited from class info.bioinfweb.treegraph.document.format.operate.AbstractLegendOperator
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

orientation

private TextOrientation orientation
Constructor Detail

TextOrientationOperator

public TextOrientationOperator(TextOrientation orientation)
Method Detail

doApplyTo

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