Home / Development / Documentation / 2.0.44 / FontNameOperator
TreeGraph 2
 


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

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

public class FontNameOperator
extends AbstractTextOperator
implements FormatOperator


Field Summary
private  String fontName
           
 
Constructor Summary
FontNameOperator(String fontName)
           
 
Method Summary
protected  void doApplyTo(ElementFormats format)
           
 
Methods inherited from class info.bioinfweb.treegraph.document.format.operate.AbstractTextOperator
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

fontName

private String fontName
Constructor Detail

FontNameOperator

public FontNameOperator(String fontName)
Method Detail

doApplyTo

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