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 Type
    Method
    Description
    Factory method that returns a fully-configured NumberFormat instance to use to format an object for display.
  • Method Details

    • getNumberFormat

      NumberFormat getNumberFormat()
      Factory method that returns a fully-configured NumberFormat instance to use to format an object for display.
      Returns:
      the number format