Uses of Interface
org.efaps.number2words.IConverter

Packages that use IConverter
org.efaps.number2words   
org.efaps.number2words.converters   
 

Uses of IConverter in org.efaps.number2words
 

Methods in org.efaps.number2words that return IConverter
static IConverter Converter.getMaleConverter(java.util.Locale _locale)
          Returns for a language defined with _locale the related text converter for male numbers.
 

Uses of IConverter in org.efaps.number2words.converters
 

Classes in org.efaps.number2words.converters that implement IConverter
 class AbstractDecimalConverter
          Abstract helper class which implements the main methods for the conversion of numbers to words for languages which uses the decimal system.
 class English
          The class implements the conversion of numbers to English words.
 class German
          The class implements the conversion of numbers to German words.
 class Spanish
          The class implements the conversion of numbers to Spanish words.
 



Copyright © 2009 eFaps. All Rights Reserved.