Class CustomDecimalFormat
java.lang.Object
java.text.Format
java.text.NumberFormat
java.text.DecimalFormat
de.willuhn.jameica.util.CustomDecimalFormat
- All Implemented Interfaces:
Serializable, Cloneable
-
Nested Class Summary
Nested classes/interfaces inherited from class NumberFormat
NumberFormat.Field, NumberFormat.Style -
Field Summary
Fields inherited from class NumberFormat
FRACTION_FIELD, INTEGER_FIELD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformat(double number, StringBuffer result, FieldPosition fieldPosition) Nachformatieren fuer "-0,00".Methods inherited from class DecimalFormat
applyLocalizedPattern, applyPattern, clone, equals, format, format, formatToCharacterIterator, getCurrency, getDecimalFormatSymbols, getGroupingSize, getMaximumFractionDigits, getMaximumIntegerDigits, getMinimumFractionDigits, getMinimumIntegerDigits, getMultiplier, getNegativePrefix, getNegativeSuffix, getPositivePrefix, getPositiveSuffix, getRoundingMode, hashCode, isDecimalSeparatorAlwaysShown, isParseBigDecimal, isStrict, parse, setCurrency, setDecimalFormatSymbols, setDecimalSeparatorAlwaysShown, setGroupingSize, setGroupingUsed, setMaximumFractionDigits, setMaximumIntegerDigits, setMinimumFractionDigits, setMinimumIntegerDigits, setMultiplier, setNegativePrefix, setNegativeSuffix, setParseBigDecimal, setPositivePrefix, setPositiveSuffix, setRoundingMode, setStrict, toLocalizedPattern, toPattern, toStringMethods inherited from class NumberFormat
format, format, getAvailableLocales, getCompactNumberInstance, getCompactNumberInstance, getCurrencyInstance, getCurrencyInstance, getInstance, getInstance, getIntegerInstance, getIntegerInstance, getNumberInstance, getNumberInstance, getPercentInstance, getPercentInstance, isGroupingUsed, isParseIntegerOnly, parse, parseObject, setParseIntegerOnlyMethods inherited from class Format
format, parseObject
-
Constructor Details
-
CustomDecimalFormat
public CustomDecimalFormat()ct.
-
-
Method Details
-
format
Nachformatieren fuer "-0,00".- Overrides:
formatin classDecimalFormat- See Also:
-