|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.bioinfweb.treegraph.document.format.operate.AbstractOperator
info.bioinfweb.treegraph.document.format.operate.AbstractTextOperator
info.bioinfweb.treegraph.document.format.operate.DecimalFormatOperator
public class DecimalFormatOperator
This operator is used to change the decimal format of a TextFormats-object.
| Field Summary | |
|---|---|
private java.text.DecimalFormat |
decimalFormat
|
private java.util.Locale |
locale
|
| Constructor Summary | |
|---|---|
DecimalFormatOperator(java.text.DecimalFormat decimalFormat,
java.util.Locale locale)
|
|
| 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 |
| Field Detail |
|---|
private java.util.Locale locale
private java.text.DecimalFormat decimalFormat
| Constructor Detail |
|---|
public DecimalFormatOperator(java.text.DecimalFormat decimalFormat,
java.util.Locale locale)
| Method Detail |
|---|
protected void doApplyTo(ElementFormats format)
doApplyTo in class AbstractOperator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||