Class CleanDecimalFormat
java.lang.Object
java.text.Format
java.text.NumberFormat
java.text.DecimalFormat
com.illumon.iris.gui.table.format.CleanDecimalFormat
- All Implemented Interfaces:
Serializable
,Cloneable
public class CleanDecimalFormat extends DecimalFormat
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class java.text.NumberFormat
NumberFormat.Field, NumberFormat.Style
-
Field Summary
-
Constructor Summary
Constructors Constructor Description CleanDecimalFormat()
CleanDecimalFormat(String pattern)
-
Method Summary
Modifier and Type Method Description StringBuffer
format(double number, StringBuffer result, FieldPosition fieldPosition)
StringBuffer
format(long number, StringBuffer result, FieldPosition fieldPosition)
void
setMultiplier(double multiplier)
Methods inherited from class java.text.DecimalFormat
applyLocalizedPattern, applyPattern, clone, equals, format, formatToCharacterIterator, getCurrency, getDecimalFormatSymbols, getGroupingSize, getMaximumFractionDigits, getMaximumIntegerDigits, getMinimumFractionDigits, getMinimumIntegerDigits, getMultiplier, getNegativePrefix, getNegativeSuffix, getPositivePrefix, getPositiveSuffix, getRoundingMode, hashCode, isDecimalSeparatorAlwaysShown, isParseBigDecimal, parse, setCurrency, setDecimalFormatSymbols, setDecimalSeparatorAlwaysShown, setGroupingSize, setGroupingUsed, setMaximumFractionDigits, setMaximumIntegerDigits, setMinimumFractionDigits, setMinimumIntegerDigits, setMultiplier, setNegativePrefix, setNegativeSuffix, setParseBigDecimal, setPositivePrefix, setPositiveSuffix, setRoundingMode, toLocalizedPattern, toPattern
Methods inherited from class java.text.NumberFormat
format, format, getAvailableLocales, getCompactNumberInstance, getCompactNumberInstance, getCurrencyInstance, getCurrencyInstance, getInstance, getInstance, getIntegerInstance, getIntegerInstance, getNumberInstance, getNumberInstance, getPercentInstance, getPercentInstance, isGroupingUsed, isParseIntegerOnly, parse, parseObject, setParseIntegerOnly
-
Constructor Details
-
CleanDecimalFormat
public CleanDecimalFormat() -
CleanDecimalFormat
-
-
Method Details
-
format
- Overrides:
format
in classDecimalFormat
-
format
- Overrides:
format
in classDecimalFormat
-
setMultiplier
public void setMultiplier(double multiplier)
-