info.bioinfweb.treegraph.document.format.operate
Class TextStyleOperator
java.lang.Object
  
info.bioinfweb.treegraph.document.format.operate.AbstractOperator
      
info.bioinfweb.treegraph.document.format.operate.AbstractTextOperator
          
info.bioinfweb.treegraph.document.format.operate.TextStyleOperator
- All Implemented Interfaces: 
 - FormatOperator
 
public class TextStyleOperator
- extends AbstractTextOperator
- implements FormatOperator
  
| 
Field Summary | 
private  boolean | 
isSet
 
            | 
private  int | 
style
 
            | 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
isSet
private boolean isSet
style
private int style
TextStyleOperator
public TextStyleOperator(boolean isSet,
                         int style)
doApplyTo
protected void doApplyTo(ElementFormats format)
- Specified by:
 doApplyTo in class AbstractOperator