info.bioinfweb.treegraph.document.format.operate
Class DecimalFormatOperator
java.lang.Object
  
info.bioinfweb.treegraph.document.format.operate.AbstractOperator
      
info.bioinfweb.treegraph.document.format.operate.AbstractTextOperator
          
info.bioinfweb.treegraph.document.format.operate.DecimalFormatOperator
- All Implemented Interfaces: 
 - FormatOperator
 
public class DecimalFormatOperator
- extends AbstractTextOperator
 
This operator is used to change the decimal format of a TextFormats-object.
- Author:
 
  - Ben Stöver
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
locale
private Locale locale
decimalFormat
private DecimalFormat decimalFormat
DecimalFormatOperator
public DecimalFormatOperator(DecimalFormat decimalFormat,
                             Locale locale)
doApplyTo
protected void doApplyTo(ElementFormats format)
- Specified by:
 doApplyTo in class AbstractOperator