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 SummaryModifier and TypeMethodDescriptionFactory method that returns a fully-configuredNumberFormatinstance to use to format an object for display.
- 
Method Details- 
getNumberFormatNumberFormat getNumberFormat()Factory method that returns a fully-configuredNumberFormatinstance to use to format an object for display.- Returns:
- the number format
 
 
-