Interface NumberFormatFactory
- All Known Implementing Classes:
AbstractNumberFormatFactory
,CurrencyNumberFormatFactory
,DefaultNumberFormatFactory
,IntegerNumberFormatFactory
,PercentNumberFormatFactory
public interface NumberFormatFactory
A factory for
NumberFormat
objects. Conceals the complexity associated with configuring, constructing, and/or
caching number format instances.- Author:
- Keith Donald
-
Method Summary
Modifier and TypeMethodDescriptionFactory method that returns a fully-configuredNumberFormat
instance to use to format an object for display.
-
Method Details
-
getNumberFormat
NumberFormat getNumberFormat()Factory method that returns a fully-configuredNumberFormat
instance to use to format an object for display.- Returns:
- the number format
-